Socket
Socket
Sign inDemoInstall

magnet-uri

Package Overview
Dependencies
Maintainers
1
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 0.1.1 to 0.1.2

.jshintrc

2

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

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -28,3 +28,3 @@ var magnet = require('../')

test('invalid magnet URIs throw', function (t) {
test('empty magnet URIs return empty object', function (t) {
t.doesNotThrow(function () { magnet(empty1) })

@@ -31,0 +31,0 @@ t.deepEquals(magnet(empty1), {})

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