Socket
Socket
Sign inDemoInstall

cids

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cids - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

5

CHANGELOG.md

@@ -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)

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc