Socket
Socket
Sign inDemoInstall

magnet-uri

Package Overview
Dependencies
Maintainers
8
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

magnet-uri - npm Package Compare versions

Comparing version 5.2.3 to 5.2.4

3

index.js

@@ -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": {

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