shift-parser
Advanced tools
Comparing version 7.0.3 to 8.0.0
{ | ||
"name": "shift-parser", | ||
"version": "7.0.3", | ||
"version": "8.0.0", | ||
"description": "ECMAScript parser that produces a Shift format AST", | ||
@@ -11,14 +11,13 @@ "author": "Shape Security", | ||
}, | ||
"main": "dist/index.js", | ||
"main": "src/index.js", | ||
"files": [ | ||
"dist" | ||
"src" | ||
], | ||
"scripts": { | ||
"clean": "rm -rf dist coverage .nyc_output", | ||
"test-specific": "mocha --inline-diffs --check-leaks --ui tdd --reporter dot --slow 200 --timeout 5000 --recursive test/$TEST --compilers js:babel-core/register", | ||
"build": "echo nothing to do", | ||
"clean": "rm -rf coverage .nyc_output", | ||
"test-specific": "mocha --inline-diffs --check-leaks --ui tdd --reporter dot --slow 200 --timeout 5000 --recursive test/$TEST", | ||
"test": "TEST=\"\" npm run test-specific", | ||
"coverage": "npm run build -- --plugins=istanbul && nyc --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 npm test", | ||
"lint": "eslint src test", | ||
"build": "babel --out-dir dist src", | ||
"prepare": "rm -rf dist/* && npm run build", | ||
"benchmark": "node benchmark", | ||
@@ -30,5 +29,5 @@ "profile": "node --prof profile.js && node-tick-processor", | ||
"multimap": "^1.0.2", | ||
"shift-ast": "6.0.0", | ||
"shift-reducer": "6.0.0", | ||
"shift-regexp-acceptor": "2.0.3" | ||
"shift-ast": "7.0.0", | ||
"shift-reducer": "7.0.0", | ||
"shift-regexp-acceptor": "3.0.0" | ||
}, | ||
@@ -38,7 +37,2 @@ "devDependencies": { | ||
"angular": "1.7.4", | ||
"babel-cli": "6.26.0", | ||
"babel-core": "6.26.3", | ||
"babel-eslint": "9.0.0", | ||
"babel-plugin-istanbul": "5.0.1", | ||
"babel-preset-es2015": "6.24.1", | ||
"benchmark": "2.1.4", | ||
@@ -50,3 +44,3 @@ "eslint": "5.6.0", | ||
"microtime": "^3.0.0", | ||
"mocha": "5.2.0", | ||
"mocha": "8.1.3", | ||
"normalize-parser-test": "2.0.0", | ||
@@ -56,3 +50,3 @@ "nyc": "13.0.1", | ||
"shift-parser-expectations": "^2018.0.2", | ||
"shift-spec": "2018.0.2", | ||
"shift-spec": "2019.0.0", | ||
"test262": "git+https://github.com/tc39/test262.git#8ed9947df1c4ea34fa1810067529df0806cc07ad", | ||
@@ -59,0 +53,0 @@ "test262-parser": "^2.0.7", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21
229489
5272
1
+ Addedshift-ast@7.0.0(transitive)
+ Addedshift-reducer@7.0.0(transitive)
+ Addedshift-regexp-acceptor@3.0.0(transitive)
- Removedshift-ast@6.0.0(transitive)
- Removedshift-reducer@6.0.0(transitive)
- Removedshift-regexp-acceptor@2.0.3(transitive)
Updatedshift-ast@7.0.0
Updatedshift-reducer@7.0.0
Updatedshift-regexp-acceptor@3.0.0