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 8.0.0 to 8.0.1

dist/index.min.js

9

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

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

"src",
"dist/src",
"dist",
"!dist/test",

@@ -145,3 +145,4 @@ "!**/*.tsbuildinfo"

"test:electron-main": "aegir test -t electron-main",
"release": "aegir release"
"release": "aegir release",
"docs": "aegir docs"
},

@@ -156,3 +157,3 @@ "dependencies": {

"devDependencies": {
"aegir": "^37.5.3"
"aegir": "^37.10.1"
},

@@ -159,0 +160,0 @@ "browser": {

# is-ipfs <!-- omit in toc -->
[![codecov](https://img.shields.io/codecov/c/github/ipfs-shipyard/is-ipfs.svg?style=flat-square)](https://codecov.io/gh/ipfs-shipyard/is-ipfs)
[![CI](https://img.shields.io/github/workflow/status/ipfs-shipyard/is-ipfs/test%20&%20maybe%20release/master?style=flat-square)](https://github.com/ipfs-shipyard/is-ipfs/actions/workflows/js-test-and-release.yml)
[![CI](https://img.shields.io/github/actions/workflow/status/ipfs-shipyard/is-ipfs/js-test-and-release.yml?branch=master\&style=flat-square)](https://github.com/ipfs-shipyard/is-ipfs/actions/workflows/js-test-and-release.yml?query=branch%3Amaster)

@@ -11,2 +11,3 @@ > A set of utilities to help identify IPFS resources on the web

- [Install](#install)
- [Browser `<script>` tag](#browser-script-tag)
- [Usage](#usage)

@@ -35,4 +36,5 @@ - [API](#api)

- [`isIPFS.peerMultiaddr(addr)`](#isipfspeermultiaddraddr)
- [API Docs](#api-docs)
- [License](#license)
- [Contribute](#contribute)
- [Contribution](#contribution)

@@ -45,2 +47,10 @@ ## Install

### Browser `<script>` tag
Loading this module through a script tag will make it's exports available as `IsIpfs` in the global namespace.
```html
<script src="https://unpkg.com/is-ipfs/dist/index.min.js"></script>
```
## Usage

@@ -230,2 +240,6 @@

## API Docs
- <https://ipfs-shipyard.github.io/is-ipfs>
## License

@@ -238,4 +252,4 @@

## Contribute
## Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
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