mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 13:10:43 +00:00
4ebfc2fc18
Adds enhanced security settings for the markdown preview. The new flow disable all scripts within the preview itself. Users can enable scripts on a per workspace basis. When a markdown document that uses scripts is loaded, a warning is shown inside the document itself. This warning triggers a new security selector quick pick which allows users to enable or disable enahanced security in the workspace.
76 lines
2.6 KiB
JSON
76 lines
2.6 KiB
JSON
{
|
|
"name": "vscode-markdown",
|
|
"version": "0.2.0",
|
|
"dependencies": {
|
|
"applicationinsights": {
|
|
"version": "0.18.0",
|
|
"from": "applicationinsights@0.18.0",
|
|
"resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-0.18.0.tgz"
|
|
},
|
|
"argparse": {
|
|
"version": "1.0.9",
|
|
"from": "argparse@>=1.0.7 <2.0.0",
|
|
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.9.tgz"
|
|
},
|
|
"entities": {
|
|
"version": "1.1.1",
|
|
"from": "entities@>=1.1.1 <1.2.0",
|
|
"resolved": "https://registry.npmjs.org/entities/-/entities-1.1.1.tgz"
|
|
},
|
|
"highlight.js": {
|
|
"version": "9.5.0",
|
|
"from": "highlight.js@>=9.3.0 <10.0.0",
|
|
"resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-9.5.0.tgz"
|
|
},
|
|
"linkify-it": {
|
|
"version": "2.0.3",
|
|
"from": "linkify-it@>=2.0.0 <3.0.0",
|
|
"resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-2.0.3.tgz"
|
|
},
|
|
"markdown-it": {
|
|
"version": "8.2.2",
|
|
"from": "markdown-it@8.2.2",
|
|
"resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-8.2.2.tgz"
|
|
},
|
|
"markdown-it-named-headers": {
|
|
"version": "0.0.4",
|
|
"from": "markdown-it-named-headers@0.0.4",
|
|
"resolved": "https://registry.npmjs.org/markdown-it-named-headers/-/markdown-it-named-headers-0.0.4.tgz"
|
|
},
|
|
"mdurl": {
|
|
"version": "1.0.1",
|
|
"from": "mdurl@>=1.0.1 <1.1.0",
|
|
"resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz"
|
|
},
|
|
"sprintf-js": {
|
|
"version": "1.0.3",
|
|
"from": "sprintf-js@>=1.0.2 <1.1.0",
|
|
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz"
|
|
},
|
|
"string": {
|
|
"version": "3.3.1",
|
|
"from": "string@>=3.0.1 <4.0.0",
|
|
"resolved": "https://registry.npmjs.org/string/-/string-3.3.1.tgz"
|
|
},
|
|
"uc.micro": {
|
|
"version": "1.0.3",
|
|
"from": "uc.micro@>=1.0.3 <2.0.0",
|
|
"resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.3.tgz"
|
|
},
|
|
"vscode-extension-telemetry": {
|
|
"version": "0.0.6",
|
|
"from": "vscode-extension-telemetry@>=0.0.6 <0.0.7",
|
|
"resolved": "https://registry.npmjs.org/vscode-extension-telemetry/-/vscode-extension-telemetry-0.0.6.tgz"
|
|
},
|
|
"vscode-nls": {
|
|
"version": "2.0.2",
|
|
"from": "vscode-nls@latest",
|
|
"resolved": "https://registry.npmjs.org/vscode-nls/-/vscode-nls-2.0.2.tgz"
|
|
},
|
|
"winreg": {
|
|
"version": "1.2.3",
|
|
"from": "winreg@1.2.3",
|
|
"resolved": "https://registry.npmjs.org/winreg/-/winreg-1.2.3.tgz"
|
|
}
|
|
}
|
|
}
|