Comparing version 7.0.0 to 7.0.1
{ | ||
"name": "cbor-web", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"description": "", | ||
@@ -15,3 +15,4 @@ "main": "dist/cbor.js", | ||
"type": "git", | ||
"url": "http://github.com/hildjj/node-cbor.git" | ||
"url": "http://github.com/hildjj/node-cbor.git", | ||
"directory": "packages/cbor-web" | ||
}, | ||
@@ -27,11 +28,20 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"base64-js": "^1.5.1", | ||
"buffer": "^6.0.3", | ||
"cbor": "^7.0.0", | ||
"cbor": "^7.0.1", | ||
"events": "^3.2.0", | ||
"ieee754": "^1.2.1", | ||
"inherits": "^2.0.4", | ||
"node-inspect-extracted": "^1.0.3", | ||
"nofilter": "^2.0.0", | ||
"process": "^0.11.10", | ||
"readable-stream": "^3.6.0", | ||
"safe-buffer": "^5.2.1", | ||
"stream-browserify": "^3.0.0", | ||
"webpack": "^5.21.2", | ||
"string_decoder": "^1.3.0", | ||
"util-deprecate": "^1.0.2", | ||
"webpack": "^5.22.0", | ||
"webpack-cli": "^4.5.0" | ||
} | ||
}, | ||
"gitHead": "98db0299035cd3102886f3c29b57be6662d2928e" | ||
} |
Sorry, the diff of this file is too big to display
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 2 instances in 1 package
157659
3
16