Socket
Socket
Sign inDemoInstall

@httptoolkit/websocket-stream

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@httptoolkit/websocket-stream - npm Package Compare versions

Comparing version 6.0.0 to 6.0.1

2

package.json
{
"name": "@httptoolkit/websocket-stream",
"version": "6.0.0",
"version": "6.0.1",
"license": "BSD-2-Clause",

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

@@ -5,3 +5,3 @@ 'use strict'

var duplexify = require('duplexify')
var WS = require('ws')
var WS = require('isomorphic-ws')
var Buffer = require('safe-buffer').Buffer

@@ -8,0 +8,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