New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@codingame/monaco-vscode-textmate-service-override

Package Overview
Dependencies
Maintainers
6
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codingame/monaco-vscode-textmate-service-override - npm Package Compare versions

Comparing version 1.83.1 to 1.83.2

4

package.json
{
"name": "@codingame/monaco-vscode-textmate-service-override",
"version": "1.83.1",
"version": "1.83.2",
"keywords": [],

@@ -21,3 +21,3 @@ "author": {

"dependencies": {
"vscode": "npm:@codingame/monaco-vscode-api@1.83.1",
"vscode": "npm:@codingame/monaco-vscode-api@1.83.2",
"monaco-editor": "0.44.0",

@@ -24,0 +24,0 @@ "vscode-oniguruma": "1.7.0",

@@ -15,4 +15,4 @@ import * as resources from 'monaco-editor/esm/vs/base/common/resources.js';

console.warn(`Overwriting grammar scope name to file mapping for scope ${def.scopeName}.\n` +
`Old grammar file: ${( ( existingRegistration.location.toString()))}.\n` +
`New grammar file: ${( ( def.location.toString()))}`);
`Old grammar file: ${( existingRegistration.location.toString())}.\n` +
`New grammar file: ${( def.location.toString())}`);
}

@@ -19,0 +19,0 @@ }

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