Socket
Socket
Sign inDemoInstall

url

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

url - npm Package Compare versions

Comparing version 0.11.3 to 0.11.4

15

package.json
{
"name": "url",
"description": "The core `url` packaged standalone for use with Browserify.",
"version": "0.11.3",
"version": "0.11.4",
"author": "defunctzombie",
"dependencies": {
"punycode": "^1.4.1",
"qs": "^6.11.2"
"qs": "^6.12.3"
},

@@ -17,5 +17,5 @@ "main": "./url.js",

"devDependencies": {
"@ljharb/eslint-config": "^21.1.0",
"acorn": "^8.10.0",
"aud": "^2.0.3",
"@ljharb/eslint-config": "^21.1.1",
"acorn": "^8.12.1",
"aud": "^2.0.4",
"eslint": "=8.8.0",

@@ -39,3 +39,6 @@ "mocha": "^3.5.3",

},
"license": "MIT"
"license": "MIT",
"engines": {
"node": ">= 0.4"
}
}

2

url.js

@@ -26,3 +26,3 @@ /*

var punycode = require('punycode');
var punycode = require('punycode/');

@@ -29,0 +29,0 @@ function Url() {

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