Comparing version 0.3.2 to 0.3.3
@@ -0,1 +1,6 @@ | ||
<a name="0.3.3"></a> | ||
## [0.3.3](https://github.com/ipfs/js-cid/compare/v0.3.2...v0.3.3) (2016-12-07) | ||
<a name="0.3.2"></a> | ||
@@ -2,0 +7,0 @@ ## [0.3.2](https://github.com/ipfs/js-cid/compare/v0.3.1...v0.3.2) (2016-12-07) |
{ | ||
"name": "cids", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "cid implementation", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -26,3 +26,3 @@ # js-cid | ||
- [API](#api) | ||
- [`new CID(codec[, version, hash])`](#new-cidcodec-version-hash) | ||
- [`new CID(version, codec, hash])`](#new-cidcodec-version-hash) | ||
- [`.codec`](#codec) | ||
@@ -75,3 +75,3 @@ - [`.version`](#version) | ||
// V1 CID | ||
const cid = new CID(1, CID.codecs.raw, multihash) | ||
const cid = new CID(1, 'dag-pb', multihash) | ||
@@ -78,0 +78,0 @@ // V0 CID |
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
238530