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
141
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 4.1.0 to 4.1.1

vscode/src/vs/workbench/services/textMate/browser/arrayOperation.js

6

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

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

"dependencies": {
"vscode": "npm:@codingame/monaco-vscode-api@4.1.0",
"vscode": "npm:@codingame/monaco-vscode-api@4.1.1",
"vscode-oniguruma": "1.7.0",
"vscode-textmate": "9.0.0",
"@codingame/monaco-vscode-files-service-override": "4.1.0"
"@codingame/monaco-vscode-files-service-override": "4.1.1"
},

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

@@ -6,3 +6,3 @@ import { __decorate, __param } from './external/tslib/tslib.es6.js';

import { SyncDescriptor } from 'vscode/vscode/vs/platform/instantiation/common/descriptors';
import { TextMateTokenizationFeature } from 'vscode/vscode/vs/workbench/services/textMate/browser/textMateTokenizationFeatureImpl';
import { TextMateTokenizationFeature } from './vscode/src/vs/workbench/services/textMate/browser/textMateTokenizationFeatureImpl.js';
import { TokenClassificationExtensionPoints } from 'vscode/vscode/vs/workbench/services/themes/common/tokenClassificationExtensionPoint';

@@ -9,0 +9,0 @@ import { registerWorkbenchContribution2 } from 'vscode/vscode/vs/workbench/common/contributions';

import { URI } from 'vscode/vscode/vs/base/common/uri';
import { TMGrammarFactory } from 'vscode/vscode/vs/workbench/services/textMate/common/TMGrammarFactory';
import { TMGrammarFactory } from '../../../common/TMGrammarFactory.js';
import { TextMateWorkerTokenizer } from './textMateWorkerTokenizer.js';

@@ -4,0 +4,0 @@ import * as vscodeTextmate from 'vscode-textmate';

@@ -13,4 +13,4 @@ import { RunOnceScheduler } from 'vscode/vscode/vs/base/common/async';

import { LineTokens } from 'vscode/vscode/vs/editor/common/tokens/lineTokens';
import { TextMateTokenizationSupport } from 'vscode/vscode/vs/workbench/services/textMate/browser/tokenizationSupport/textMateTokenizationSupport';
import { TokenizationSupportWithLineLimit } from 'vscode/vscode/vs/workbench/services/textMate/browser/tokenizationSupport/tokenizationSupportWithLineLimit';
import { TextMateTokenizationSupport } from '../../tokenizationSupport/textMateTokenizationSupport.js';
import { TokenizationSupportWithLineLimit } from '../../tokenizationSupport/tokenizationSupportWithLineLimit.js';
import { diffStateStacksRefEq } from 'vscode-textmate';

@@ -17,0 +17,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