Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@codingame/monaco-vscode-api

Package Overview
Dependencies
Maintainers
6
Versions
275
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codingame/monaco-vscode-api - npm Package Compare versions

Comparing version 1.68.6 to 1.68.7

18

package.json
{
"name": "@codingame/monaco-vscode-api",
"version": "1.68.6",
"version": "1.68.7",
"private": false,

@@ -17,3 +17,3 @@ "description": "VSCode public API plugged on the monaco editor",

"type": "module",
"main": "dist/api.cjs",
"main": "dist/api.js",
"module": "dist/api.js",

@@ -24,19 +24,5 @@ "exports": {

},
"./amd": {
"default": "./dist/api.amd.js"
},
"./cjs": {
"default": "./dist/api.amd.js"
},
"./services": {
"types": "./dist/services.d.ts",
"default": "./dist/services.js"
},
"./services/cjs": {
"types": "./dist/services.d.ts",
"default": "./dist/services.cjs"
},
"./services/amd": {
"types": "./dist/services.d.ts",
"default": "./dist/services.amd.js"
}

@@ -43,0 +29,0 @@ },

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc