Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

shift-codegen

Package Overview
Dependencies
Maintainers
3
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shift-codegen - npm Package Compare versions

Comparing version 1.0.2 to 2.0.0

dist/index.js

31

package.json
{
"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": [

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