Comparing version 3.0.0 to 3.0.1
@@ -39,2 +39,3 @@ // Definitions by: Carlos Ballesteros Velasco <https://github.com/soywiz> | ||
getBuffer(): Buffer; | ||
setBoundary(boundary: string): void; | ||
getBoundary(): string; | ||
@@ -41,0 +42,0 @@ getLength(callback: (err: Error | null, length: number) => void): void; |
@@ -308,2 +308,6 @@ var CombinedStream = require('combined-stream'); | ||
FormData.prototype.setBoundary = function(boundary) { | ||
this._boundary = boundary; | ||
}; | ||
FormData.prototype.getBoundary = function() { | ||
@@ -310,0 +314,0 @@ if (!this._boundary) { |
@@ -5,3 +5,3 @@ { | ||
"description": "A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
Sorry, the diff of this file is not supported yet
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
42729
460
357
3