Socket
Socket
Sign inDemoInstall

websocket-stream

Package Overview
Dependencies
Maintainers
5
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

websocket-stream - npm Package Compare versions

Comparing version 3.3.2 to 3.3.3

2

package.json
{
"name": "websocket-stream",
"version": "3.3.2",
"version": "3.3.3",
"license": "BSD-2-Clause",

@@ -5,0 +5,0 @@ "description": "Use websockets with the node streams API. Works in browser and node",

@@ -0,1 +1,3 @@

'use strict'
var through = require('through2')

@@ -20,3 +22,3 @@ var duplexify = require('duplexify')

if (typeof options.protocol === 'string' || Array.isArray(object.protocol)) {
if (typeof options.protocol === 'string' || Array.isArray(options.protocol)) {
protocols = options.protocol;

@@ -23,0 +25,0 @@ }

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