Comparing version 1.1.3 to 1.1.4
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
12576
11
305