Socket
Socket
Sign inDemoInstall

is-ipfs

Package Overview
Dependencies
Maintainers
5
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-ipfs - npm Package Compare versions

Comparing version 6.0.0 to 6.0.1

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## [6.0.1](https://github.com/ipfs/is-ipfs/compare/v6.0.0...v6.0.1) (2021-07-07)
# [6.0.0](https://github.com/ipfs/is-ipfs/compare/v5.0.0...v6.0.0) (2021-07-07)

@@ -2,0 +6,0 @@

4

package.json
{
"name": "is-ipfs",
"version": "6.0.0",
"version": "6.0.1",
"description": "A set of utilities to help identify IPFS resources on the web",

@@ -45,3 +45,3 @@ "keywords": [

"iso-url": "^1.1.3",
"mafmt": "^9.0.0",
"mafmt": "^10.0.0",
"multiaddr": "^10.0.0",

@@ -48,0 +48,0 @@ "multiformats": "^9.0.0",

@@ -135,7 +135,7 @@ is-ipfs 🕵️

Returns `true` if the provided string is a valid `multihash` or `false` otherwise.
Returns `true` if the provided string or `Uint8Array` is a valid `multihash` or `false` otherwise.
### `isIPFS.cid(hash)`
Returns `true` if the provided string or [`CID`](https://github.com/ipld/js-cid) object represents a valid [CID](https://docs.ipfs.io/guides/concepts/cid/) or `false` otherwise.
Returns `true` if the provided string, `Uint8Array` or [`CID`](https://github.com/multiformats/js-multiformats/#readme) object represents a valid [CID](https://docs.ipfs.io/guides/concepts/cid/) or `false` otherwise.

@@ -142,0 +142,0 @@ ### `isIPFS.base32cid(hash)`

Sorry, the diff of this file is too big to display

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