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

dicer

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dicer - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

4

lib/HeaderParser.js

@@ -8,3 +8,3 @@ var EventEmitter = require('events').EventEmitter,

RE_CRLF = /\r\n/g,
RE_HDR = /^([^:]+):[ \t]?(.+)?$/,
RE_HDR = /^([^:]+):[ \t]?([\x00-\xFF]+)?$/,
MAX_HEADER_PAIRS = 2000, // from node's http.js

@@ -40,3 +40,3 @@ MAX_HEADER_SIZE = 80 * 1024; // from node's http_parser

self.buffer += data.toString('ascii', start, end);
self.buffer += data.toString('binary', start, end);
}

@@ -43,0 +43,0 @@ if (isMatch)

{ "name": "dicer",
"version": "0.1.5",
"version": "0.1.6",
"author": "Brian White <mscdex@mscdex.net>",

@@ -4,0 +4,0 @@ "description": "A very fast streaming multipart parser for node.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