magnet-uri
Advanced tools
Comparing version 5.2.3 to 5.2.4
@@ -6,3 +6,2 @@ module.exports = magnetURIDecode | ||
const base32 = require('thirty-two') | ||
const extend = require('xtend') | ||
const uniq = require('uniq') | ||
@@ -100,3 +99,3 @@ | ||
function magnetURIEncode (obj) { | ||
obj = extend(obj) // clone obj, so we can mutate it | ||
obj = Object.assign({}, obj) // clone obj, so we can mutate it | ||
@@ -103,0 +102,0 @@ // support using convenience names, in addition to spec names |
{ | ||
"name": "magnet-uri", | ||
"description": "Parse a magnet URI and return an object of keys/values", | ||
"version": "5.2.3", | ||
"version": "5.2.4", | ||
"author": { | ||
@@ -15,4 +15,3 @@ "name": "WebTorrent, LLC", | ||
"thirty-two": "^1.0.1", | ||
"uniq": "^1.0.1", | ||
"xtend": "^4.0.0" | ||
"uniq": "^1.0.1" | ||
}, | ||
@@ -19,0 +18,0 @@ "devDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2
9574
108
- Removedxtend@^4.0.0
- Removedxtend@4.0.2(transitive)