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
144
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 3.1.2 to 3.2.0

7

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

@@ -21,7 +21,6 @@ "author": {

"dependencies": {
"vscode": "npm:@codingame/monaco-vscode-api@3.1.2",
"vscode-marked": "npm:marked@=3.0.2",
"vscode": "npm:@codingame/monaco-vscode-api@3.2.0",
"vscode-oniguruma": "1.7.0",
"vscode-textmate": "9.0.0",
"@codingame/monaco-vscode-files-service-override": "3.1.2"
"@codingame/monaco-vscode-files-service-override": "3.2.0"
},

@@ -28,0 +27,0 @@ "exports": {

import { ServiceIdentifier } from 'vscode/vscode/vs/platform/instantiation/common/instantiation';
import { IGrammar } from '../../../../../../../external/vscode-textmate/release/main.js';
import { IGrammar } from 'vscode-textmate';

@@ -4,0 +4,0 @@ declare const ITextMateTokenizationService: ServiceIdentifier<ITextMateTokenizationService>;

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