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

chevrotain

Package Overview
Dependencies
Maintainers
1
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chevrotain - npm Package Compare versions

Comparing version 11.0.2 to 11.0.3

1

lib/src/scan/lexer_public.js

@@ -518,2 +518,3 @@ import { analyzeTokenTypes, charCodeToOptimizedIndex, cloneEmptyGroups, DEFAULT_MODE, LineTerminatorOptimizedTester, performRuntimeChecks, performWarningRuntimeChecks, SUPPORT_STICKY, validatePatterns, } from "./lexer.js";

errLength = offset - errorStartOffset;
column = this.computeNewColumn(column, errLength);
// at this point we either re-synced or reached the end of the input text

@@ -520,0 +521,0 @@ msg = this.config.errorMessageProvider.buildUnexpectedCharactersMessage(orgText, errorStartOffset, errLength, errorLine, errorColumn);

2

lib/src/version.js
// needs a separate module as this is required inside chevrotain productive code
// and also in the entry point for webpack(api.ts).
// A separate file avoids cyclic dependencies and webpack errors.
export const VERSION = "11.0.2";
export const VERSION = "11.0.3";
//# sourceMappingURL=version.js.map
{
"name": "chevrotain",
"version": "11.0.2",
"version": "11.0.3",
"description": "Chevrotain is a high performance fault tolerant javascript parsing DSL for building recursive decent parsers",

@@ -70,7 +70,7 @@ "keywords": [

"dependencies": {
"@chevrotain/cst-dts-gen": "11.0.2",
"@chevrotain/gast": "11.0.2",
"@chevrotain/regexp-to-ast": "11.0.2",
"@chevrotain/types": "11.0.2",
"@chevrotain/utils": "11.0.2",
"@chevrotain/cst-dts-gen": "11.0.3",
"@chevrotain/gast": "11.0.3",
"@chevrotain/regexp-to-ast": "11.0.3",
"@chevrotain/types": "11.0.3",
"@chevrotain/utils": "11.0.3",
"lodash-es": "4.17.21"

@@ -94,3 +94,3 @@ },

},
"gitHead": "4cf1ac7313b6724bfedf5fbe4745e850b5f87938"
"gitHead": "ac5806631779035c2c1955744a47d8ed4f25a175"
}

@@ -735,2 +735,3 @@ import {

errLength = offset - errorStartOffset;
column = this.computeNewColumn(column!, errLength);
// at this point we either re-synced or reached the end of the input text

@@ -737,0 +738,0 @@ msg = this.config.errorMessageProvider.buildUnexpectedCharactersMessage(

// needs a separate module as this is required inside chevrotain productive code
// and also in the entry point for webpack(api.ts).
// A separate file avoids cyclic dependencies and webpack errors.
export const VERSION = "11.0.2";
export const VERSION = "11.0.3";

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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