@codingame/monaco-vscode-api
Advanced tools
+8
-8
| { | ||
| "name": "@codingame/monaco-vscode-api", | ||
| "version": "30.0.0", | ||
| "version": "30.0.1", | ||
| "private": false, | ||
@@ -18,9 +18,9 @@ "description": "VSCode public API plugged on the monaco editor", | ||
| "dependencies": { | ||
| "@codingame/monaco-vscode-base-service-override": "30.0.0", | ||
| "@codingame/monaco-vscode-environment-service-override": "30.0.0", | ||
| "@codingame/monaco-vscode-extensions-service-override": "30.0.0", | ||
| "@codingame/monaco-vscode-files-service-override": "30.0.0", | ||
| "@codingame/monaco-vscode-host-service-override": "30.0.0", | ||
| "@codingame/monaco-vscode-layout-service-override": "30.0.0", | ||
| "@codingame/monaco-vscode-quickaccess-service-override": "30.0.0", | ||
| "@codingame/monaco-vscode-base-service-override": "30.0.1", | ||
| "@codingame/monaco-vscode-environment-service-override": "30.0.1", | ||
| "@codingame/monaco-vscode-extensions-service-override": "30.0.1", | ||
| "@codingame/monaco-vscode-files-service-override": "30.0.1", | ||
| "@codingame/monaco-vscode-host-service-override": "30.0.1", | ||
| "@codingame/monaco-vscode-layout-service-override": "30.0.1", | ||
| "@codingame/monaco-vscode-quickaccess-service-override": "30.0.1", | ||
| "@vscode/iconv-lite-umd": "0.7.1", | ||
@@ -27,0 +27,0 @@ "dompurify": "3.3.3", |
+3
-3
@@ -427,6 +427,6 @@ | ||
| if (window.monacoVscodeApiBuildId != null && window.monacoVscodeApiBuildId !== "1.114.0-acd6cf2c-207d-46d2-b576-559c43064d25") { | ||
| throw new Error(`Another version of monaco-vscode-api has already been loaded. Trying to load ${"1.114.0-acd6cf2c-207d-46d2-b576-559c43064d25"}, ${window.monacoVscodeApiBuildId} is already loaded`); | ||
| if (window.monacoVscodeApiBuildId != null && window.monacoVscodeApiBuildId !== "1.114.0-d3ff299e-da43-48c2-9652-2cde1856f68c") { | ||
| throw new Error(`Another version of monaco-vscode-api has already been loaded. Trying to load ${"1.114.0-d3ff299e-da43-48c2-9652-2cde1856f68c"}, ${window.monacoVscodeApiBuildId} is already loaded`); | ||
| } | ||
| window.monacoVscodeApiBuildId = "1.114.0-acd6cf2c-207d-46d2-b576-559c43064d25"; | ||
| window.monacoVscodeApiBuildId = "1.114.0-d3ff299e-da43-48c2-9652-2cde1856f68c"; | ||
| function registerCommands(options) { | ||
@@ -433,0 +433,0 @@ function asMenuId(menu) { |
@@ -9,3 +9,3 @@ | ||
| commit: 'e7fb5e96c0730b9deb70b33781f98e2f35975036', | ||
| date: '2026-04-01T14:55:41.293Z', | ||
| date: '2026-04-13T08:00:26.564Z', | ||
| ...(globalThis._VSCODE_PRODUCT_JSON ?? {}) | ||
@@ -12,0 +12,0 @@ }; |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 2 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 4 instances in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 2 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 4 instances in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated
Updated
Updated
Updated
Updated