New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ipfs-client

Package Overview
Dependencies
Maintainers
2
Versions
232
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ipfs-client - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1-rc.5957

README.md

52

package.json
{
"name": "ipfs-client",
"version": "0.1.0",
"description": "A Node.JS client library for the Inter-Planetary File System",
"main": "index.js",
"scripts": {
"test": "node_modules/mocha/bin/mocha -C -R dot"
},
"version": "0.1.1-rc.5957+ae497111",
"description": "A client library to talk to local IPFS daemons",
"keywords": [
"ipfs"
],
"author": "Boaz Rosenan <brosenan@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-client#readme",
"bugs": "https://github.com/ipfs/js-ipfs/issues",
"license": "(Apache-2.0 OR MIT)",
"leadMaintainer": "Alex Potsides <alex@achingbrain.net>",
"files": [
"src",
"dist"
],
"main": "src/index.js",
"typesVersions": {
"*": {
"*": [
"dist/*",
"dist/*/index"
]
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/ipfs/js-ipfs.git"
},
"scripts": {
"test": "aegir test",
"lint": "aegir lint",
"build": "npm run build:js && npm run build:types",
"build:js": "aegir build",
"build:types": "tsc --build",
"coverage": "npx nyc -r html npm run test:node -- --bail",
"clean": "rimraf ./dist",
"dep-check": "aegir dep-check -i aegir -i typescript -i rimraf"
},
"dependencies": {
"suspend": "^0.6.1"
"ipfs-grpc-client": "^0.0.1-rc.5957+ae497111",
"ipfs-http-client": "^48.1.4-rc.4+ae497111",
"merge-options": "^2.0.0"
},
"devDependencies": {
"mocha": "^2.3.4"
}
"aegir": "^29.2.2",
"rimraf": "^3.0.2",
"typescript": "4.0.x"
},
"gitHead": "ae4971113534c8f988aa14314e43a00fc3df854b"
}
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