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

@crypticat/core

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@crypticat/core - npm Package Compare versions

Comparing version 0.2.10 to 0.2.11

6

lib/server.js

@@ -55,3 +55,3 @@ "use strict";

const pongCheckInterval = setInterval(() => {
if (lastPong > 5000)
if (Date.now() - lastPong > 5000)
ws.close();

@@ -173,2 +173,6 @@ }, 5000);

}
case 'PONG': {
lastPong = Date.now();
return;
}
}

@@ -175,0 +179,0 @@ }));

2

package.json
{
"name": "@crypticat/core",
"version": "0.2.10",
"version": "0.2.11",
"description": "Crypticat's core client and server implementation",

@@ -5,0 +5,0 @@ "author": "Kognise <felix.mattick@gmail.com>",

Sorry, the diff of this file is not supported yet

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