Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ipfs-api

Package Overview
Dependencies
Maintainers
1
Versions
177
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ipfs-api - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

ipfs.cpuprof

10

index.js

@@ -130,3 +130,6 @@ var fs = require('fs');

},
show: command('config/show')
show: command('config/show'),
replace: function(file, cb) {
send('config/replace', null, null, file, cb)
}
},

@@ -203,2 +206,7 @@

},
},
gateway: {
enable: command('gateway/enable'),
disable: command('gateway/disable')
}

@@ -205,0 +213,0 @@ }

2

package.json
{
"name": "ipfs-api",
"version": "0.0.6",
"version": "0.0.7",
"description": "An client library for the IPFS API",

@@ -5,0 +5,0 @@ "main": "index.js",

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