multicodec
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "multicodec", | ||
"version": "0.1.4", | ||
"description": "JavaScript implementation of the multicodec-packed specification", | ||
"version": "0.1.5", | ||
"description": "JavaScript implementation of the multicodec specification", | ||
"main": "src/index.js", | ||
@@ -25,3 +25,3 @@ "scripts": { | ||
"type": "git", | ||
"url": "git+https://github.com/multiformats/js-multicodec-packed.git" | ||
"url": "git+https://github.com/multiformats/js-multicodec.git" | ||
}, | ||
@@ -40,5 +40,5 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/multiformats/js-multicodec-packed/issues" | ||
"url": "https://github.com/multiformats/js-multicodec/issues" | ||
}, | ||
"homepage": "https://github.com/multiformats/js-multicodec-packed#readme", | ||
"homepage": "https://github.com/multiformats/js-multicodec#readme", | ||
"dependencies": { | ||
@@ -45,0 +45,0 @@ "varint": "^5.0.0" |
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
198998