Socket
Socket
Sign inDemoInstall

path-parser

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

path-parser - npm Package Compare versions

Comparing version 2.1.0 to 3.0.0

dist/cjs/path-parser.js

21

package.json
{
"name": "path-parser",
"version": "2.1.0",
"version": "3.0.0",
"description": "A small utility to parse, match and generate paths",
"main": "dist/commonjs/path-parser.js",
"jsnext:main": "modules/Path.js",
"main": "dist/cjs/path-parser.js",
"jsnext:main": "dist/es/path-parser.js",
"scripts": {

@@ -11,7 +11,4 @@ "test": "mocha --compilers js:babel-core/register",

"lint": "eslint modules/*.js",
"build:amd": "BABEL_ENV=rollup rollup -c rollup.config.js --format amd",
"build:umd": "BABEL_ENV=rollup rollup -c rollup.config.js --format umd",
"build:cjs": "mkdirp dist/commonjs && babel modules/Path.js -o dist/commonjs/path-parser.js",
"build": "npm run clean && rollup -c rollup.config.js",
"clean": "rimraf dist",
"build": "npm run clean && npm run build:amd && npm run build:umd && npm run build:cjs",
"clog": "conventional-changelog -p angular -i CHANGELOG.md -s"

@@ -46,6 +43,5 @@ },

"babel-preset-env": "~1.6.1",
"babel-preset-es2015-rollup": "~3.0.0",
"conventional-changelog": "~1.1.6",
"conventional-changelog": "~1.1.7",
"coveralls": "~3.0.0",
"eslint": "~4.10.0",
"eslint": "~4.11.0",
"isparta": "~4.0.0",

@@ -55,6 +51,5 @@ "mkdirp": "~0.5.1",

"rimraf": "~2.6.2",
"rollup": "~0.51.0",
"rollup": "~0.51.5",
"rollup-plugin-babel": "~3.0.2",
"should": "~13.1.3",
"yargs": "~10.0.3"
"should": "~13.1.3"
},

@@ -61,0 +56,0 @@ "dependencies": {

Sorry, the diff of this file is not supported yet

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