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.6 to 0.2.7

7

lib/server.js

@@ -47,2 +47,8 @@ "use strict";

let room = null;
const interval = setInterval(() => {
ws.send(JSON.stringify({
action: 'PING',
payload: {}
}));
}, 1000);
const leaveRoom = () => __awaiter(this, void 0, void 0, function* () {

@@ -168,2 +174,3 @@ lib_1.assertDefined(room);

leaveRoom();
clearInterval(interval);
});

@@ -170,0 +177,0 @@ }));

2

package.json
{
"name": "@crypticat/core",
"version": "0.2.6",
"version": "0.2.7",
"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