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

kitten-socket

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kitten-socket - npm Package Compare versions

Comparing version 1.4.1 to 1.4.2

4

CHANGELOG.md
# Kitten socket
### v1.4.2
*2022-04-22*
- Clear the client's socket timeout on disconnect
### v1.4.1

@@ -4,0 +8,0 @@ *2021-06-07*

@@ -574,2 +574,3 @@ const events = require('events');

_client.end();
clearTimeout(_timer);
}

@@ -576,0 +577,0 @@ else if (_server!==null) {

2

package.json
{
"name": "kitten-socket",
"version": "1.4.1",
"version": "1.4.2",
"description": "Socket made by kittens",

@@ -5,0 +5,0 @@ "main": "lib/socket.js",

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