magnetizer
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "magnetizer", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Library for decoding and encoding magnet links", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -5,2 +5,5 @@ import MagnetDecoder from './decode/MagnetDecoder'; | ||
export * from './types'; | ||
export { decode, encode }; | ||
function decode(magnetURI: string): IMagnetURI { | ||
@@ -15,4 +18,1 @@ const magnetDecoder = new MagnetDecoder(); | ||
} | ||
export { decode, encode, IMagnetURI }; | ||
export default { decode, encode }; |
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
14662