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.3.8 to 1.3.9

2

lib/spdy/protocol/v3/framer.js

@@ -275,3 +275,3 @@ var framer = exports;

settings.writeUInt32BE((4 + 8 * 2) & 0x00FFFFFF, 4, true); // length
settings.writeUInt32BE(0x00000008, 8, true); // Count of entries
settings.writeUInt32BE(0x00000002, 8, true); // Count of entries

@@ -278,0 +278,0 @@ settings.writeUInt32BE(0x01000004, 12, true); // Entry ID and Persist flag

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

for (var i = 0; i< oldBuffer.length; i++) {
for (var i = 0; i < oldBuffer.length; i++) {
this._writeData(oldBuffer[i][0], oldBuffer[i][1]);

@@ -513,0 +513,0 @@ }

{
"name": "spdy",
"version": "1.3.8",
"version": "1.3.9",
"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