ordered-binary
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "ordered-binary", | ||
"author": "Kris Zyp", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Conversion of JavaScript primitives to and from Buffer with binary order matching natural primitive order", | ||
@@ -14,11 +14,15 @@ "license": "MIT", | ||
}, | ||
"main": "./index.js", | ||
"type": "module", | ||
"main": "index.cjs", | ||
"module": "main.mjs", | ||
"typings": "./index.d.ts", | ||
"dependencies": {}, | ||
"dependencies": { | ||
"esm": "^3.2.25" | ||
}, | ||
"optionalDependencies": {}, | ||
"devDependencies": { | ||
"mocha": "^4", | ||
"@types/node": "latest", | ||
"chai": "^4", | ||
"@types/node": "latest" | ||
"mocha": "^4" | ||
} | ||
} |
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
34807
7
428
Yes
1
1
+ Addedesm@^3.2.25
+ Addedesm@3.2.25(transitive)