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

magnetizer

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

magnetizer - npm Package Compare versions

Comparing version 1.0.4 to 1.1.0

src/decode/MagnetDecoder.ts

15

package.json
{
"name": "magnetizer",
"version": "1.0.4",
"version": "1.1.0",
"description": "Library for decoding and encoding magnet links.",
"main": "build/index.js",
"main": "src/index.js",
"scripts": {
"build": "./node_modules/.bin/tsc",
"lint": "./node_modules/tslint/bin/tslint ./src/**/*.ts",
"test": "./node_modules/.bin/jest --runInBand",
"prepare": "npm run build",
"prepublishOnly": "npm test"
"prepublishOnly": "npm run lint && npm test"
},

@@ -35,3 +36,3 @@ "repository": {

"dependencies": {
"bencodec": "^2.1.1",
"bencodec": "^2.3.0",
"hi-base32": "^0.5.0"

@@ -44,8 +45,10 @@ },

"ts-jest": "^25.3.0",
"tslint": "^6.1.1",
"typescript": "^3.8.3"
},
"types": "./build/index.d.ts",
"types": "./lib/index.d.ts",
"files": [
"build/**/*"
"src/**/*",
"LICENSE"
]
}
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