New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dom-urls

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dom-urls - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

2

index.js
'use strict';
var URI = require('URIjs');
var URI = require('urijs');

@@ -5,0 +5,0 @@ function URL(urlStr, base) {

{
"name": "dom-urls",
"version": "1.0.0",
"version": "1.1.0",
"description": "DOM URLs for Node",

@@ -34,8 +34,8 @@ "main": "index.js",

"devDependencies": {
"chai": "^3.0.0",
"mocha": "^2.2.5"
"chai": "^3.3.0",
"mocha": "^2.3.3"
},
"dependencies": {
"URIjs": "^1.15.1"
"urijs": "^1.16.1"
}
}

@@ -40,3 +40,3 @@ Node DOM URLs

Why `URIjs` instead of `url`?
Why `urijs` instead of `url`?
-----------------------------

@@ -43,0 +43,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