Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cid-tool

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cid-tool - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

dist/index.js

5

CHANGELOG.md

@@ -0,1 +1,6 @@

<a name="0.3.0"></a>
# [0.3.0](https://github.com/multiformats/js-cid-tool/compare/v0.2.0...v0.3.0) (2019-05-09)
<a name="0.2.0"></a>

@@ -2,0 +7,0 @@ # [0.2.0](https://github.com/multiformats/js-cid-tool/compare/v0.1.0...v0.2.0) (2018-11-22)

8

package.json
{
"name": "cid-tool",
"version": "0.2.0",
"version": "0.3.0",
"description": "Convert and discover properties of CIDs",

@@ -31,10 +31,10 @@ "main": "src/index.js",

"dependencies": {
"cids": "~0.5.6",
"cids": "~0.7.0",
"explain-error": "^1.0.4",
"multibase": "~0.6.0",
"multihashes": "~0.4.14",
"yargs": "^12.0.2"
"yargs": "^13.2.2"
},
"devDependencies": {
"aegir": "^15.1.0",
"aegir": "^18.2.2",
"chai": "^4.1.2",

@@ -41,0 +41,0 @@ "dirty-chai": "^2.0.1",

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

describe: 'Display the numeric encoding code as well as the encoding name',
type: 'booelan',
type: 'boolean',
default: false

@@ -21,0 +21,0 @@ }

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

describe: 'Display the numeric code as well as the codec name',
type: 'booelan',
type: 'boolean',
default: false

@@ -16,0 +16,0 @@ }

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

describe: 'Display the numeric code as well as the hashing algorithm name',
type: 'booelan',
type: 'boolean',
default: false

@@ -16,0 +16,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