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

ipfs-api

Package Overview
Dependencies
Maintainers
4
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 1.1.3 to 1.1.4

test.js

6

index.js

@@ -32,3 +32,3 @@ 'use strict'

var boundary = randomString()
contentType = 'multipart/form-data boundary=' + boundary
contentType = 'multipart/form-data; boundary=' + boundary
}

@@ -121,3 +121,3 @@

'Content-Type': 'application/octet-stream',
'Content-Disposition': 'file name=\'file\' filename=\'' + file + '\''
'Content-Disposition': 'file; name="file"; filename="' + file + '"'
}

@@ -131,3 +131,3 @@ })

'Content-Type': 'application/octet-stream',
'Content-Disposition': 'file name=\'file\' filename=\'\''
'Content-Disposition': 'file; name="file"; filename=""'
}

@@ -134,0 +134,0 @@ })

{
"name": "ipfs-api",
"version": "1.1.3",
"version": "1.1.4",
"description": "A 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