Socket
Socket
Sign inDemoInstall

http-parser-js

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

http-parser-js - npm Package Compare versions

Comparing version 0.4.4 to 0.4.5

7

http-parser.js

@@ -31,2 +31,8 @@ /*jshint node:true */

// Some handler stubs, needed for compatibility
HTTPParser.prototype[kOnHeaders] =
HTTPParser.prototype[kOnHeadersComplete] =
HTTPParser.prototype[kOnBody] =
HTTPParser.prototype[kOnMessageComplete] = function () {};
var compatMode0_12 = true;

@@ -81,2 +87,3 @@ Object.defineProperty(HTTPParser, 'kOnExecute', {

HTTPParser.prototype._compatMode0_11 = false;
HTTPParser.prototype.getAsyncId = function() { return false; };

@@ -83,0 +90,0 @@ var headerState = {

2

package.json
{
"name": "http-parser-js",
"version": "0.4.4",
"version": "0.4.5",
"description": "A pure JS HTTP parser for node.",

@@ -5,0 +5,0 @@ "main": "http-parser.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