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

ipfs-api

Package Overview
Dependencies
Maintainers
5
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 2.9.7 to 2.9.8

dist/ipfsapi.js

2

package.json
{
"name": "ipfs-api",
"version": "2.9.7",
"version": "2.9.8",
"description": "A client library for the IPFS API",

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

@@ -38,2 +38,5 @@ 'use strict'

if (err) {
cb(err)
}
if (payload) {
error.code = payload.Code

@@ -40,0 +43,0 @@ error.message = payload.Message

@@ -16,2 +16,4 @@ 'use strict'

gulp.task('build:nonminified', () => {
config.webpack.dev.output.filename = 'ipfsapi.js'
return gulp.src('src/index.js')

@@ -18,0 +20,0 @@ .pipe(webpack(config.webpack.dev))

Sorry, the diff of this file is too big to display

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