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

vscode-textmate

Package Overview
Dependencies
Maintainers
3
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vscode-textmate - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

package.json
{
"name": "vscode-textmate",
"version": "2.0.0",
"version": "2.0.1",
"description": "VSCode TextMate grammar helpers",

@@ -5,0 +5,0 @@ "author": {

@@ -36,2 +36,9 @@ /*---------------------------------------------------------

export interface IGrammarInfo {
fileTypes: string[];
name: string;
scopeName: string;
firstLineMatch: string;
}
/**

@@ -48,3 +55,3 @@ * A grammar

export interface ITokenizeLineResult {
tokens: ITMToken[];
tokens: IToken[];
/**

@@ -56,3 +63,3 @@ * The `prevState` to be passed on to the next line tokenization.

export interface ITMToken {
export interface IToken {
startIndex: number;

@@ -68,2 +75,4 @@ endIndex: number;

_stackElementBrand: void;
equals(other:StackElement): boolean;
}

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