Comparing version 0.2.0 to 0.2.1
// Butchered from https://github.com/andris9/mimelib/blob/master/mime-functions.js: | ||
module.exports = function (str, maxLength, foldAnywhere, afterSpace) { | ||
module.exports = function foldHeaderLine(str, maxLength, foldAnywhere, afterSpace) { | ||
var curpos = 0, | ||
@@ -5,0 +5,0 @@ response = "", |
@@ -5,3 +5,5 @@ module.exports = { | ||
HttpRequest: require('./HttpRequest'), | ||
HttpResponse: require('./HttpResponse') | ||
HttpResponse: require('./HttpResponse'), | ||
formatHeaderName: require('./formatHeaderName'), | ||
foldHeaderLine: require('./foldHeaderLine') | ||
}; |
{ | ||
"name": "messy", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Object model for HTTP and RFC822 messages", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
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
42084
803