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 1.0.3 to 1.0.4

umd/resolve-pathname.js

8

package.json
{
"name": "resolve-pathname",
"version": "1.0.3",
"version": "1.0.4",
"description": "Resolve URL pathnames using JavaScript",

@@ -8,3 +8,3 @@ "author": "Michael Jackson",

"main": "lib",
"browser": "umd/resolvePathname.min.js",
"browser": "umd/resolve-pathname.min.js",
"files": [

@@ -18,4 +18,4 @@ "lib",

"build-cjs": "rimraf lib && babel ./modules -d lib --ignore '__tests__'",
"build-min": "NODE_ENV=production webpack -p modules/index.js umd/resolvePathname.min.js",
"build-umd": "NODE_ENV=production webpack modules/index.js umd/resolvePathname.js",
"build-min": "NODE_ENV=production webpack -p modules/index.js umd/resolve-pathname.min.js",
"build-umd": "NODE_ENV=production webpack modules/index.js umd/resolve-pathname.js",
"release": "node ./scripts/release.js",

@@ -22,0 +22,0 @@ "prepublish": "npm run build",

@@ -33,3 +33,3 @@ # resolve-pathname [![Travis][build-badge]][build] [![npm package][npm-badge]][npm]

```html
<script src="https://npmcdn.com/resolve-pathname/umd/resolvePathname.min.js"></script>
<script src="https://npmcdn.com/resolve-pathname/umd/resolve-pathname.min.js"></script>
```

@@ -36,0 +36,0 @@

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