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

messy

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

messy - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

lib/foldHeaderLine.js
// 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",

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