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

resolve-pathname

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resolve-pathname - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

index.js

21

package.json
{
"name": "resolve-pathname",
"version": "2.0.1",
"version": "2.0.2",
"description": "Resolve URL pathnames using JavaScript",
"repository": "mjackson/resolve-pathname",
"author": "Michael Jackson",
"license": "MIT",
"main": "lib",
"files": [
"lib",
"umd"
],
"scripts": {
"lint": "eslint modules",
"build": "node ./scripts/build.js",
"build-cjs": "rimraf lib && babel ./modules -d lib --ignore '__tests__'",
"build-cjs": "babel ./modules -d . --ignore '__tests__'",
"build-min": "NODE_ENV=production webpack -p modules/index.js umd/resolve-pathname.min.js",

@@ -28,2 +24,3 @@ "build-umd": "NODE_ENV=production webpack modules/index.js umd/resolve-pathname.js",

"babel-preset-es2015": "^6.5.0",
"babel-preset-es2015-loose": "^8.0.0",
"eslint": "^3.2.2",

@@ -43,14 +40,4 @@ "eslint-plugin-import": "^2.0.0",

"readline-sync": "^1.4.1",
"rimraf": "^2.5.2",
"webpack": "^1.12.14"
},
"repository": {
"type": "git",
"url": "https://github.com/mjackson/resolve-pathname.git"
},
"babel": {
"presets": [
"es2015"
]
}
}
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