New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

streamws

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

streamws - npm Package Compare versions

Comparing version 0.0.0 to 0.1.0

2

lib/Sender.js

@@ -77,3 +77,3 @@ /*!

var mask = options && options.mask;
var opcode = options && options.binary ? 2 : 1;
var opcode = options && options.binary === false ? 1 : 2;
if (this.firstFragment === false) opcode = 0;

@@ -80,0 +80,0 @@ else this.firstFragment = false;

@@ -5,3 +5,3 @@ {

"description": "Lightly modified version of einaros/ws. TCP writes now return true/false to top",
"version": "0.0.0",
"version": "0.1.0",
"repository": {

@@ -8,0 +8,0 @@ "type": "git",

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