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

shift-validator

Package Overview
Dependencies
Maintainers
4
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shift-validator - npm Package Compare versions

Comparing version 1.0.3 to 2.0.0

dist/index.js

27

package.json
{
"name": "shift-validator",
"version": "1.0.3",
"version": "2.0.0",
"description": "validator for the Shift AST format",

@@ -11,20 +11,23 @@ "author": "Shape Security Labs",

},
"main": "lib/index.js",
"main": "dist/index.js",
"files": [
"lib"
"dist"
],
"scripts": {
"test": "mocha --compilers js:6to5/lib/6to5/register --inline-diffs --check-leaks --ui tdd --reporter dot test",
"build": "6to5 --source-maps-inline --out-dir lib src"
"test": "mocha --compilers js:babel-register --inline-diffs --check-leaks --ui tdd --reporter dot test",
"build": "babel --source-maps-inline --out-dir dist src",
"prepublish": "rm -rf dist/* && npm update && npm run build"
},
"dependencies": {
"esutils": "^1.1.6",
"shift-reducer": "^1.0.3"
"esutils": "2.0.2",
"shift-parser": "4.1.3",
"shift-reducer": "3.0.3"
},
"devDependencies": {
"6to5": "^1.14.14",
"everything.js": "0.0.4",
"mocha": "^2.0.1",
"shift-ast": "^1.0.3",
"shift-parser": "^1.0.2"
"babel-cli": "6.3.13",
"babel-register": "6.3.13",
"babel-preset-es2015": "6.3.13",
"everything.js": "1.0.3",
"mocha": "^2.3.4",
"shift-ast": "3.1.0"
},

@@ -31,0 +34,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