shift-codegen
Advanced tools
Comparing version 1.0.2 to 2.0.0
{ | ||
"name": "shift-codegen", | ||
"version": "1.0.2", | ||
"version": "2.0.0", | ||
"description": "code generator for Shift format ASTs", | ||
@@ -11,25 +11,26 @@ "author": "Shape Security Labs", | ||
}, | ||
"main": "lib/index.js", | ||
"main": "dist/index.js", | ||
"files": [ | ||
"lib" | ||
"dist" | ||
], | ||
"scripts": { | ||
"test": "npm run-script coverage", | ||
"build": "6to5 --source-maps-inline --out-dir lib src", | ||
"coverage": "istanbul cover node_modules/.bin/_mocha -- --inline-diffs --check-leaks --ui tdd --reporter dot test", | ||
"test": "mocha --inline-diffs --check-leaks --ui tdd --reporter dot --recursive test", | ||
"build": "babel --auxiliary-comment 'istanbul ignore next' --modules commonStrict --source-maps-inline --out-dir dist src", | ||
"generate-coverage": "istanbul cover _mocha -- --inline-diffs --check-leaks --ui tdd --reporter dot --recursive test", | ||
"check-coverage": "istanbul check-coverage --statements 100 --functions 100 --branches 100 --lines 100", | ||
"cjsify": "cjsify --export ShiftCodegen lib/index.js > shift-codegen.js" | ||
}, | ||
"dependencies": { | ||
"esutils": "^1.1.6", | ||
"esutils": "^2.0.2", | ||
"object-assign": "^2.0.0", | ||
"shift-reducer": "^1.0.3" | ||
"shift-reducer": "^2.0.3" | ||
}, | ||
"devDependencies": { | ||
"6to5": "^1.15.0", | ||
"commonjs-everywhere": "^0.9.7", | ||
"expect.js": "^0.3.1", | ||
"istanbul": "^0.3.5", | ||
"mocha": "^2.0.1", | ||
"shift-ast": "^1.0.3", | ||
"shift-parser": "^1.0.2" | ||
"babel": "5.2.17", | ||
"commonjs-everywhere": "0.9.7", | ||
"everything.js": "^1.0.3", | ||
"expect.js": "0.3.1", | ||
"istanbul": "0.3.13", | ||
"mocha": "2.2.4", | ||
"shift-parser": "2.1.0" | ||
}, | ||
@@ -36,0 +37,0 @@ "keywords": [ |
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
5
1283
59451
1
+ Addedesutils@2.0.3(transitive)
+ Addedshift-reducer@2.0.6(transitive)
+ Addedshift-spec@2015.2.1(transitive)
- Removedesutils@1.1.6(transitive)
- Removedshift-reducer@1.0.4(transitive)
Updatedesutils@^2.0.2
Updatedshift-reducer@^2.0.3