Socket
Socket
Sign inDemoInstall

ipfs-utils

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ipfs-utils - npm Package Compare versions

Comparing version 0.7.2 to 0.7.3-rc.55

25

package.json
{
"name": "ipfs-utils",
"version": "0.7.2",
"version": "0.7.3-rc.55+ff272f1",
"description": "Package to aggregate shared logic and dependencies for the IPFS ecosystem",
"main": "src/index.js",
"author": "Hugo Dias <hugomrdias@gmail.com>",
"homepage": "https://github.com/ipfs/js-ipfs-utils",
"bugs": "https://github.com/ipfs/js-ipfs-utils/issues",
"homepage": "https://github.com/ipfs/js-ipfs",
"bugs": "https://github.com/ipfs/js-ipfs/issues",
"leadMaintainer": "Hugo Dias <hugomrdias@gmail.com>",

@@ -14,3 +14,6 @@ "files": [

],
"repository": "github:ipfs/js-ipfs-utils",
"repository": {
"type": "git",
"url": "git+https://github.com/ipfs/js-ipfs.git"
},
"scripts": {

@@ -23,10 +26,9 @@ "test": "aegir test",

"lint": "aegir lint",
"release": "aegir release --docs",
"release-minor": "aegir release --type minor --docs",
"release-major": "aegir release --type major --docs",
"build": "aegir build"
"build": "aegir build",
"clean": "rm -rf ./dist",
"dep-check": "aegir dep-check"
},
"license": "MIT",
"dependencies": {
"buffer": "^5.2.1",
"buffer": "^5.4.2",
"err-code": "^2.0.0",

@@ -41,3 +43,3 @@ "fs-extra": "^8.1.0",

"devDependencies": {
"aegir": "^20.4.1",
"aegir": "^21.3.0",
"chai": "^4.2.0",

@@ -56,3 +58,4 @@ "chai-as-promised": "^7.1.1",

"fs-extra": false
}
},
"gitHead": "ff272f12eeb0cc8c847f6001faeb15e79810880e"
}

@@ -61,3 +61,3 @@ # js-ipfs-utils

Check out our [contributing document](https://github.com/ipfs/community/blob/master/contributing.md) for more information on how we work, and about contributing in general. Please be aware that all interactions related to this repo are subject to the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).
Check out our [contributing document](https://github.com/ipfs/community/blob/master/CONTRIBUTING_JS.md) for more information on how we work, and about contributing in general. Please be aware that all interactions related to this repo are subject to the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).

@@ -64,0 +64,0 @@ ## License

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