Socket
Socket
Sign inDemoInstall

@eslint-community/regexpp

Package Overview
Dependencies
0
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.1 to 4.0.0

29

package.json
{
"name": "@eslint-community/regexpp",
"version": "3.2.1",
"version": "4.0.0",
"description": "Regular expression parser for ECMAScript.",
"engines": {
"node": ">=8"
"node": "^12.0.0 || ^14.0.0 || ^16.0.0 || >=18.0.0"
},

@@ -21,19 +21,19 @@ "main": "index",

"devDependencies": {
"@mysticatea/eslint-plugin": "^11.0.0",
"@types/eslint": "^4.16.2",
"@mysticatea/eslint-plugin": "^13.0.0",
"@types/eslint": "^6.8.1",
"@types/jsdom": "^12.2.4",
"@types/mocha": "^5.2.2",
"@types/node": "^12.6.8",
"@types/mocha": "^5.2.7",
"@types/node": "^12.20.55",
"dts-bundle": "^0.7.3",
"eslint": "^6.1.0",
"jsdom": "^15.1.1",
"mocha": "^6.2.0",
"eslint": "^6.8.0",
"jsdom": "^15.2.1",
"mocha": "^6.2.3",
"npm-run-all": "^4.1.5",
"nyc": "^14.1.1",
"rimraf": "^2.6.2",
"rollup": "^1.17.0",
"rimraf": "^3.0.2",
"rollup": "^1.32.1",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"ts-node": "^8.3.0",
"typescript": "^3.5.3"
"rollup-plugin-sourcemaps": "^0.6.3",
"ts-node": "^8.10.2",
"typescript": "^3.9.10"
},

@@ -48,3 +48,2 @@ "scripts": {

"lint": "eslint . --ext .ts",
"pretest": "npm run build build",
"test": "nyc _mocha \"test/*.ts\" --reporter dot --timeout 10000",

@@ -51,0 +50,0 @@ "update:test": "ts-node scripts/update-fixtures.ts",

@@ -16,3 +16,3 @@ # @eslint-community/regexpp

- require Node.js 8 or newer.
- require Node@^12.0.0 || ^14.0.0 || ^16.0.0 || >=18.0.0.

@@ -19,0 +19,0 @@ ## 📖 Usage

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc