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.1 to 11.0.2

lib/src/api.js.map

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.1";
export const VERSION = "11.0.2";
//# sourceMappingURL=version.js.map
{
"name": "chevrotain",
"version": "11.0.1",
"version": "11.0.2",
"description": "Chevrotain is a high performance fault tolerant javascript parsing DSL for building recursive decent parsers",

@@ -38,4 +38,4 @@ "keywords": [

"lib/src/**/*.js",
"README.md",
"LICENSE.TXT",
"lib/src/**/*.map",
"src/**/*.ts",
"diagrams/**/*.*",

@@ -71,7 +71,7 @@ "BREAKING_CHANGES.md",

"dependencies": {
"@chevrotain/cst-dts-gen": "11.0.1",
"@chevrotain/gast": "11.0.1",
"@chevrotain/regexp-to-ast": "11.0.1",
"@chevrotain/types": "11.0.1",
"@chevrotain/utils": "11.0.1",
"@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",
"lodash-es": "4.17.21"

@@ -95,3 +95,3 @@ },

},
"gitHead": "12069a985026730a11a16a9b5d371c9ac9b96430"
"gitHead": "4cf1ac7313b6724bfedf5fbe4745e850b5f87938"
}

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