Socket
Socket
Sign inDemoInstall

url2

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

url2 - npm Package Compare versions

Comparing version 1.0.3 to 2.0.0

14

package.json
{
"name": "url2",
"version": "1.0.3",
"version": "2.0.0",
"unpublished": true,
"publishConfig": {
"tag": "future"
},
"description": "Node's URL module plus relative pathing",

@@ -20,12 +24,12 @@ "author": "Kris Kowal <kris@cixar.com> (https://github.com/kriskowal/url2)",

"dependencies": {
"url": ">=0.7.9 <0.8"
"url": ">=0.7.9 <0.8.0"
},
"devDependencies": {
"jshint": ">=2.1 <3",
"jasminum": ">=0.0.3 < 0.1"
"jshint": ">=2.1 <3.0.0",
"jasminum": ">=2.0.5 <3.0.0"
},
"scripts": {
"test": "jasminum test && npm run lint",
"test": "jasminum test && jasminum-phantom test && npm run lint",
"lint": "jshint url2.js"
}
}
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