Socket
Socket
Sign inDemoInstall

cids

Package Overview
Dependencies
Maintainers
3
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.5.4 to 0.5.5

10

CHANGELOG.md

@@ -0,1 +1,11 @@

<a name="0.5.5"></a>
## [0.5.5](https://github.com/ipld/js-cid/compare/v0.5.4...v0.5.5) (2018-09-25)
### Bug Fixes
* toV0 and toV1 create instances that cause isCID be false ([14ab8e4](https://github.com/ipld/js-cid/commit/14ab8e4))
<a name="0.5.4"></a>

@@ -2,0 +12,0 @@ ## [0.5.4](https://github.com/ipld/js-cid/compare/v0.5.3...v0.5.4) (2018-09-24)

3

package.json
{
"name": "cids",
"version": "0.5.4",
"version": "0.5.5",
"description": "CID Implementation in JavaScript",

@@ -56,2 +56,3 @@ "leadMaintainer": "Volker Mische <volker.mische@gmail.com>",

"contributors": [
"Alan Shaw <alan.shaw@protocol.ai>",
"Alan Shaw <alan@tableflip.io>",

@@ -58,0 +59,0 @@ "David Dias <daviddias.p@gmail.com>",

@@ -24,3 +24,3 @@ 'use strict'

*/
class CID {
const CID = withIs(class {
/**

@@ -233,9 +233,9 @@ * Create a new CID.

}
}
}, {
className: 'CID',
symbolName: '@ipld/js-cid/CID'
})
CID.codecs = codecs
module.exports = withIs(CID, {
className: 'CID',
symbolName: '@ipld/js-cid/CID'
})
module.exports = 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