New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 7.0.3 to 8.0.0

src/coderep.js

24

package.json
{
"name": "shift-codegen",
"version": "7.0.3",
"version": "8.0.0",
"description": "code generator for Shift format ASTs",

@@ -11,11 +11,10 @@ "author": "Shape Security",

},
"main": "dist/index.js",
"main": "src/index.js",
"files": [
"dist"
"src"
],
"scripts": {
"test": "mocha --inline-diffs --check-leaks --ui tdd --reporter dot --timeout 5000 --recursive test",
"build": "babel --source-maps-inline --out-dir dist src",
"lint": "eslint src test",
"prepare": "rm -rf dist/* && npm run build"
"build": "echo nothing to do",
"test": "mocha --inline-diffs --check-leaks --ui bdd --reporter dot --timeout 5000 --recursive test",
"lint": "eslint src test"
},

@@ -25,14 +24,11 @@ "dependencies": {

"object-assign": "^4.1.0",
"shift-reducer": "6.0.0"
"shift-reducer": "7.0.0"
},
"devDependencies": {
"babel-cli": "6.26.0",
"babel-preset-es2015": "6.24.1",
"babel-register": "6.26.0",
"eslint": "^5.8.0",
"everything.js": "^1.0.3",
"expect.js": "0.3.1",
"mocha": "5.2.0",
"shift-parser-expectations": "2018.0.2",
"shift-parser": "7.0.0"
"mocha": "^8.1.3",
"shift-parser-expectations": "2019.0.0",
"shift-parser": "8.0.0"
},

@@ -39,0 +35,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