🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@traqula/chevrotain

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@traqula/chevrotain - npm Package Compare versions

Comparing version
1.1.0
to
1.1.7-alpha.0
+2
-2
package.json
{
"name": "@traqula/chevrotain",
"type": "module",
"version": "1.1.0",
"version": "1.1.7-alpha.0",
"description": "Bundled Chevrotain re-export for Traqula",

@@ -51,3 +51,3 @@ "lsd:module": true,

},
"gitHead": "ecbed266b9247b7600d4d7185a98b2ead74e33b9"
"gitHead": "0378c691ede3d0716b37743b55be122ce685a8d8"
}

@@ -5,8 +5,9 @@ # Traqula Chevrotain package

Exports the [Chevrotain](https://chevrotain.io/docs/) package and tries to bundle a CJS version too.
This is NOT a redistribution of Chevrotain, not should a project outside of Traqula depend on this.
Exports the [Chevrotain](https://chevrotain.io/docs/) package and bundles a CJS version.
This is NOT a redistribution of Chevrotain, nor should a project outside of Traqula depend on this.
The reason for exporting is so the transpiled versions of the traqula packages use the same version of Chevrotain (instead of copying).
I copied the licence of Chevrotain just to be sure :)
So this part is APACHE 2.0 licenced!
The reason for this package is so the transpiled versions of the Traqula packages
use the same Chevrotain version (instead of duplicating it), adding CJS support since Chevrotain is ESM only.
The Chevrotain licence (APACHE 2.0) is included.
The package is licenced as such since I am unsure how licencing works in the case of re-packaging.

@@ -13,0 +14,0 @@ ## Installation