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.2 to 5.2.3

1

index.js

@@ -6,3 +6,2 @@ module.exports = magnetURIDecode

const base32 = require('thirty-two')
const Buffer = require('safe-buffer').Buffer
const extend = require('xtend')

@@ -9,0 +8,0 @@ const uniq = require('uniq')

9

package.json
{
"name": "magnet-uri",
"description": "Parse a magnet URI and return an object of keys/values",
"version": "5.2.2",
"version": "5.2.3",
"author": {

@@ -14,3 +14,2 @@ "name": "WebTorrent, LLC",

"dependencies": {
"safe-buffer": "^5.0.1",
"thirty-two": "^1.0.1",

@@ -21,3 +20,2 @@ "uniq": "^1.0.1",

"devDependencies": {
"airtap": "0.1.0",
"standard": "*",

@@ -43,7 +41,4 @@ "tape": "^4.0.0"

"scripts": {
"test": "standard && npm run test-node && npm run test-browser",
"test-browser": "airtap -- test/*.js",
"test-browser-local": "airtap --local -- test/*.js",
"test-node": "tape test/*.js"
"test": "standard && tape test/*.js"
}
}

@@ -14,4 +14,2 @@ # magnet-uri [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url]

[![Sauce Test Status](https://saucelabs.com/browser-matrix/magnet-uri.svg)](https://saucelabs.com/u/magnet-uri)
Also works in the browser with [browserify](http://browserify.org/)! This module is used by [WebTorrent](http://webtorrent.io).

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