magnet-uri
Advanced tools
Comparing version 6.1.0 to 6.1.1
{ | ||
"name": "magnet-uri", | ||
"description": "Parse a magnet URI and return an object of keys/values", | ||
"version": "6.1.0", | ||
"version": "6.1.1", | ||
"author": { | ||
@@ -14,4 +14,4 @@ "name": "WebTorrent LLC", | ||
"dependencies": { | ||
"thirty-two": "^1.0.2", | ||
"bep53-range": "^1.0.0" | ||
"bep53-range": "^1.0.0", | ||
"thirty-two": "^1.0.2" | ||
}, | ||
@@ -22,2 +22,16 @@ "devDependencies": { | ||
}, | ||
"funding": [ | ||
{ | ||
"type": "github", | ||
"url": "https://github.com/sponsors/feross" | ||
}, | ||
{ | ||
"type": "patreon", | ||
"url": "https://www.patreon.com/feross" | ||
}, | ||
{ | ||
"type": "consulting", | ||
"url": "https://feross.org/support" | ||
} | ||
], | ||
"keywords": [ | ||
@@ -41,17 +55,3 @@ "bittorrent", | ||
"test": "standard && tape test/*.js" | ||
}, | ||
"funding": [ | ||
{ | ||
"type": "github", | ||
"url": "https://github.com/sponsors/feross" | ||
}, | ||
{ | ||
"type": "patreon", | ||
"url": "https://www.patreon.com/feross" | ||
}, | ||
{ | ||
"type": "consulting", | ||
"url": "https://feross.org/support" | ||
} | ||
] | ||
} | ||
} |
@@ -1,5 +0,5 @@ | ||
# magnet-uri [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url] | ||
# magnet-uri [![ci][ci-image]][ci-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url] | ||
[travis-image]: https://img.shields.io/travis/webtorrent/magnet-uri/master.svg | ||
[travis-url]: https://travis-ci.org/webtorrent/magnet-uri | ||
[ci-image]: https://img.shields.io/github/workflow/status/webtorrent/magnet-uri/ci/master | ||
[ci-url]: https://github.com/webtorrent/magnet-uri/actions | ||
[npm-image]: https://img.shields.io/npm/v/magnet-uri.svg | ||
@@ -6,0 +6,0 @@ [npm-url]: https://npmjs.org/package/magnet-uri |
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
11183
4