🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

regjsparser

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

regjsparser - npm Package Compare versions

Comparing version

to
0.12.0

11

package.json
{
"name": "regjsparser",
"version": "0.11.2",
"version": "0.12.0",
"author": "'Julian Viereck' <julian.viereck@gmail.com>",

@@ -18,5 +18,8 @@ "license": "BSD-2-Clause",

"lint": "eslint --max-warnings 0 .",
"test": "run-p test:* && npm run lint",
"test": "run-p test:* lint",
"test:src": "node test/index.js",
"test:types": "tsc test/types.ts --noEmit"
"test:types": "tsc test/types.ts --noEmit",
"bench:baseline": "node ./tools/bench/index.mjs baseline",
"bench:current": "node ./tools/bench/index.mjs current",
"bench": "run-s bench:*"
},

@@ -40,4 +43,6 @@ "files": [

"regenerate": "~1.0.1",
"regjsparser": "^0.11.2",
"tinybench": "^2.9.0",
"typescript": "^4.5.2"
}
}

Sorry, the diff of this file is too big to display