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

spdy

Package Overview
Dependencies
Maintainers
2
Versions
206
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spdy - npm Package Compare versions

Comparing version 1.32.1 to 1.32.2

4

lib/spdy/protocol/parser.js

@@ -129,3 +129,5 @@ var parser = exports;

// Emit DATA by chunks as they come
if (this.state.header && !this.state.header.control) {
if (this.buffered !== 0 &&
this.state.header &&
!this.state.header.control) {
var buffer = this._slice(this.buffered);

@@ -132,0 +134,0 @@ this.waiting -= buffer.length;

{
"name": "spdy",
"version": "1.32.1",
"version": "1.32.2",
"description": "Implementation of the SPDY protocol on node.js.",

@@ -5,0 +5,0 @@ "license": "MIT",

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