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 7.0.0 to 7.0.1

2

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

@@ -5,0 +5,0 @@ "author": "Francisco Dias <francisco@baiodias.com> (http://franciscodias.net/)",

@@ -46,6 +46,2 @@ # is-ipfs <!-- omit in toc -->

## Lead Maintainer
[Marcin Rataj](https://github.com/lidel)
```bash

@@ -60,3 +56,3 @@ $ npm install --save is-ipfs

```js
const isIPFS from 'is-ipfs')
import * as isIPFS from 'is-ipfs'
```

@@ -77,3 +73,3 @@

```javascript
const isIPFS from 'is-ipfs')
import * as isIPFS from 'is-ipfs'

@@ -80,0 +76,0 @@ isIPFS.multihash('QmYjtig7VJQ6XsnUjqqJvj7QaMcCAwtrgNdahSiFofrE7o') // true

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