magnetizer
Advanced tools
Comparing version 1.0.4 to 1.1.0
{ | ||
"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" | ||
] | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
335
14675
6
7
1
Updatedbencodec@^2.3.0