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

it-ws

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

it-ws - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

6

client.js

@@ -21,3 +21,7 @@ 'use strict'

stream.destroy = () => {
socket.terminate()
if (socket.terminate) {
socket.terminate()
} else {
socket.close()
}
}

@@ -24,0 +28,0 @@ stream.socket = socket

6

package.json
{
"name": "it-ws",
"version": "3.0.0",
"version": "3.0.1",
"description": "Simple async iterables for websocket client connections",

@@ -38,5 +38,5 @@ "main": "index.js",

"standard": "^14.3.1",
"streaming-iterables": "^4.0.2",
"streaming-iterables": "^5.0.2",
"tap": "^14.10.6",
"tape": "^4.4.0",
"tape": "^5.0.1",
"wsurl": "^1.0.0"

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