🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
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.0.5
to
1.0.6-alpha.0
dist/cjs/lib/index.js.map

Sorry, the diff of this file is too big to display

+10
-8
{
"name": "@traqula/chevrotain",
"type": "module",
"version": "1.0.5",
"description": "Core components of Traqula",
"version": "1.0.6-alpha.0",
"description": "Bundled Chevrotain re-export for Traqula",
"lsd:module": true,

@@ -11,3 +11,3 @@ "license": "Apache-2.0",

"url": "git+https://github.com/comunica/traqula.git",
"directory": "packages/core"
"directory": "packages/chevrotain"
},

@@ -42,11 +42,13 @@ "bugs": {

"build:ts": "node \"../../node_modules/typescript/bin/tsc\" -b",
"build:transpile": "node \"../../node_modules/esbuild/bin/esbuild\" --format=cjs --target=es2022 --bundle --log-level=error --outfile=dist/cjs/lib/index.js lib/index.ts"
"build:bundle-types": "node \"../../node_modules/dts-bundle-generator/dist/bin/dts-bundle-generator.js\" -o dist/esm/lib/index.d.ts --project tsconfig.dts.json --no-check --external-inlines chevrotain @chevrotain/types -- lib/index.ts",
"build:transpile-cjs": "node \"../../node_modules/esbuild/bin/esbuild\" --format=cjs --target=es2022 --bundle --sourcemap --log-level=error --outfile=dist/cjs/lib/index.js lib/index.ts",
"build:transpile-esm": "node \"../../node_modules/esbuild/bin/esbuild\" --format=esm --target=es2022 --bundle --sourcemap --log-level=error --outfile=dist/esm/lib/index.js lib/index.ts",
"build:transpile": "yarn build:bundle-types && yarn build:transpile-cjs && yarn build:transpile-esm"
},
"dependencies": {
"chevrotain": "^11.0.3"
},
"devDependencies": {
"chevrotain": "^11.2.0",
"dts-bundle-generator": "^9.5.1",
"esbuild": "^0.28.0"
},
"gitHead": "ef523075486722fc89492612948c36cc614840b1"
"gitHead": "a16a69211af2e4e126dbeaa263c05923820a6ed0"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display