Socket
Socket
Sign inDemoInstall

regexpp

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.1.0

index.mjs

19

package.json
{
"name": "regexpp",
"version": "1.0.1",
"version": "1.1.0",
"description": "Regular expression parser for ECMAScript 2018.",

@@ -8,7 +8,7 @@ "engines": {

},
"main": "index.js",
"main": "index",
"files": [
"index.d.ts",
"index.js.map"
"index.*"
],
"dependencies": {},
"devDependencies": {

@@ -18,2 +18,6 @@ "@types/eslint": "^4.16.0",

"@types/node": "^9.4.6",
"babel-core": "^6.26.0",
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"babel-plugin-transform-es2015-parameters": "^6.24.1",
"babel-plugin-transform-es2015-spread": "^6.22.0",
"dts-bundle": "^0.7.3",

@@ -29,2 +33,3 @@ "eslint": "^4.18.0",

"rollup": "^0.56.1",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-node-resolve": "^3.0.3",

@@ -39,3 +44,7 @@ "rollup-plugin-sourcemaps": "^0.4.2",

"prebuild": "npm run -s clean",
"build": "tsc --project tsconfig.prod.json && rollup -c -o index.js && dts-bundle --name regexpp --main .temp/index.d.ts --out ../index.d.ts",
"build": "run-s build:*",
"build:tsc": "tsc --module es2015 --target es2015",
"build:mjs": "rollup -c rollup-mjs.config.js",
"build:js": "rollup -c rollup-js.config.js",
"build:dts": "dts-bundle --name regexpp --main .temp/index.d.ts --out ../index.d.ts",
"clean": "rimraf .temp index.*",

@@ -42,0 +51,0 @@ "lint": "eslint src test tools --ext .ts",

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc