Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "cbor", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Encode and parse data in the Concise Binary Object Representation (CBOR) data format (RFC7049).", | ||
@@ -21,2 +21,6 @@ "main": "./lib/cbor.js", | ||
}, | ||
"browser": { | ||
"fs": false, | ||
"source-map-support": false | ||
}, | ||
"scripts": { | ||
@@ -64,3 +68,3 @@ "clean": "rm -rf coverage .nyc_output/ docs/api man/*", | ||
"garbage": "*", | ||
"optional-dev-dependency": "git://github.com/hildjj/optional-dev-dependency.git#package" | ||
"optional-dev-dependency": ">=1.4" | ||
}, | ||
@@ -67,0 +71,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
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
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
1714729
4