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

shift-parser

Package Overview
Dependencies
Maintainers
3
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shift-parser - npm Package Compare versions

Comparing version 7.0.3 to 8.0.0

src/early-error-state.js

28

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

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