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.12 to 0.2.13

1

lib/client.d.ts

@@ -33,2 +33,3 @@ /// <reference types="node" />

getNick(): string | null;
close(): void;
private assertWs;

@@ -35,0 +36,0 @@ private sendEncrypted;

@@ -200,2 +200,11 @@ "use strict";

}
close() {
this.assertWs(this.ws);
this.ws.close();
this.linkState.df = null;
this.linkState.next = null;
this.linkState.prev = null;
this.nick = null;
this.ws = undefined;
}
assertWs(ws) {

@@ -202,0 +211,0 @@ if ((ws === null || ws === void 0 ? void 0 : ws.readyState) !== 1) {

2

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