@stablelib/binary
Advanced tools
Comparing version 0.2.5 to 0.5.0
{ | ||
"name": "@stablelib/binary", | ||
"version": "0.2.5", | ||
"version": "0.5.0", | ||
"description": "Binary encoding and decoding", | ||
"main": "./dist/binary.js", | ||
"typings": "./dist/binary.d.ts", | ||
"main": "./lib/binary.js", | ||
"typings": "./lib/binary.d.ts", | ||
"author": "Dmitry Chestnykh", | ||
@@ -17,4 +17,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"@stablelib/int": "^0.2.5" | ||
"@stablelib/int": "^0.5.0" | ||
} | ||
} |
@@ -7,2 +7,3 @@ { | ||
"noUnusedParameters": true, | ||
"noImplicitReturns": true, | ||
"noUnusedLocals": true, | ||
@@ -15,3 +16,3 @@ "removeComments": false, | ||
"declaration": true, | ||
"outDir": "dist", | ||
"outDir": "lib", | ||
"lib": [ | ||
@@ -26,4 +27,4 @@ "es5", | ||
"node_modules", | ||
"dist" | ||
"lib" | ||
] | ||
} |
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
102691
1964
1
+ Added@stablelib/int@0.5.0(transitive)
- Removed@stablelib/int@0.2.5(transitive)
Updated@stablelib/int@^0.5.0