multiformats
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -81,4 +81,4 @@ 'use strict' | ||
{ prefix: 'v', name: 'base32hex', ...create('0123456789abcdefghijklmnopqrstuv') }, | ||
{ prefix: 't', name: 'base32expad', ...create('0123456789abcdefghijklmnopqrstuv=') }, | ||
{ prefix: 't', name: 'base32hexpad', ...create('0123456789abcdefghijklmnopqrstuv=') }, | ||
{ prefix: 'h', name: 'base32z', ...create('ybndrfg8ejkmcpqxot1uwisza345h769') } | ||
] |
{ | ||
"name": "multiformats", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Interface for multihash, multicodec, multibase and CID.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
57203