Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.4 to 0.1.5

2

index.js

@@ -6,3 +6,3 @@ /**

* @param {string} uri
* @return {Object} parsed uri
* @return {Object} parsed uri
*/

@@ -9,0 +9,0 @@

{
"name": "magnet-uri",
"version": "0.1.4",
"version": "0.1.5",
"description": "Parse a magnet URI and return an object of keys/values",
"main": "index.js",
"devDependencies": {
"tape": "*"
"tape": "2.x"
},

@@ -9,0 +9,0 @@ "scripts": {

@@ -1,6 +0,7 @@

magnet-uri
==========
# magnet-uri
[![Build Status](http://img.shields.io/travis/feross/magnet-uri.svg)](https://travis-ci.org/feross/magnet-uri)
[![NPM Version](http://img.shields.io/npm/v/magnet-uri.svg)](https://npmjs.org/package/magnet-uri)
[![NPM](http://img.shields.io/npm/dm/magnet-uri.svg)](https://npmjs.org/package/magnet-uri)
[![Gittip](http://img.shields.io/gittip/feross.svg)](https://www.gittip.com/feross/)
[![Build Status](https://travis-ci.org/feross/magnet-uri.png?branch=master)](https://travis-ci.org/feross/magnet-uri)
[![browser support](https://ci.testling.com/feross/magnet-uri.png)](https://ci.testling.com/feross/magnet-uri)

@@ -10,7 +11,9 @@

## Installation
## install
`npm install magnet-uri`
```
npm install magnet-uri
```
## Usage
## usage

@@ -47,4 +50,4 @@ ```js

## MIT License
## license
Copyright (c) [Feross Aboukhadijeh](http://feross.org)
MIT. Copyright (c) [Feross Aboukhadijeh](http://feross.org).
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