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

shift-regexp-acceptor

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shift-regexp-acceptor - npm Package Compare versions

Comparing version 2.0.3 to 3.0.0

src/index.js

17

package.json
{
"name": "shift-regexp-acceptor",
"version": "2.0.3",
"version": "3.0.0",
"description": "Regexp acceptor for ECMAScript 2018",

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

},
"main": "dist/index.js",
"main": "src/index.js",
"files": [
"dist"
"src"
],
"scripts": {
"test": "mocha --compilers js:babel-register --inline-diffs --check-leaks --ui tdd --reporter dot test && npm run lint",
"build": "mkdir -p dist && babel src --out-dir dist",
"prepare": "rm -rf dist && npm run build",
"build": "echo nothing to do",
"test": "mocha --inline-diffs --check-leaks --ui tdd --reporter dot test && npm run lint",
"lint": "eslint src test"

@@ -28,8 +27,4 @@ },

"devDependencies": {
"babel-cli": "6.26.0",
"babel-eslint": "10.0.1",
"babel-preset-es2015": "6.24.1",
"babel-register": "6.26.0",
"eslint": "5.6.1",
"mocha": "^5.2.0"
"mocha": "^8.1.3"
},

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