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

spdy

Package Overview
Dependencies
Maintainers
1
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.7.4 to 1.7.5

4

lib/spdy/server.js

@@ -142,3 +142,5 @@ var spdy = require('../spdy'),

} else if (copy[i][0] === 'data' && socket.ondata) {
socket.ondata(copy[i][1], 0, copy[i][1].length);
if (copy[i][1].length !== 0) {
socket.ondata(copy[i][1], 0, copy[i][1].length);
}
}

@@ -145,0 +147,0 @@ }

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

@@ -5,0 +5,0 @@ "keywords": [

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