Socket
Socket
Sign inDemoInstall

cids

Package Overview
Dependencies
Maintainers
5
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 1.1.6 to 1.1.7

9

CHANGELOG.md

@@ -0,1 +1,10 @@

## [1.1.7](https://github.com/multiformats/js-cid/compare/v1.1.6...v1.1.7) (2021-06-15)
### Bug Fixes
* add test for v1->v1 conversion ([de28c1f](https://github.com/multiformats/js-cid/commit/de28c1fbbf22ddc47df9193ef5ea73e86fe8d191))
## [1.1.6](https://github.com/multiformats/js-cid/compare/v1.1.5...v1.1.6) (2021-03-02)

@@ -2,0 +11,0 @@

11

package.json
{
"name": "cids",
"version": "1.1.6",
"version": "1.1.7",
"description": "CID Implementation in JavaScript",

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

"type": "git",
"url": "git://github.com/multiformats/js-cid.git"
"url": "git+https://github.com/multiformats/js-cid.git"
},

@@ -68,7 +68,8 @@ "keywords": [

"Mikeal Rogers <mikeal.rogers@gmail.com>",
"Enrico Marino <enrico.marino@email.com>",
"Carson Farmer <carson.farmer@gmail.com>",
"Enrico Marino <enrico.marino@email.com>",
"Hugo Dias <hugomrdias@gmail.com>",
"Alex Potsides <alex@achingbrain.net>",
"Oli Evans <oli@tableflip.io>",
"Alex Potsides <alex@achingbrain.net>",
"Chris Dukakis <chrisdukakis@gmail.com>",
"Marcin Rataj <lidel@lidel.org>",

@@ -79,6 +80,6 @@ "Real Harry <sidewaybot@gmail.com>",

"Victor Bjelkholm <victorbjelkholm@gmail.com>",
"Mitar <mitar.github@tnode.com>",
"Henrique Dias <hacdias@gmail.com>",
"Mitar <mitar.github@tnode.com>",
"Richard Littauer <richard.littauer@gmail.com>"
]
}

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

toV1 () {
return new CID(1, this.codec, this.multihash)
return new CID(1, this.codec, this.multihash, this.multibaseName)
}

@@ -262,0 +262,0 @@

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