New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

blank-web-sdk

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blank-web-sdk - npm Package Compare versions

Comparing version 0.0.15 to 0.0.16

7

lib/client/WSClient.js

@@ -122,5 +122,3 @@ "use strict";

this.__resetWS();
// if (this._wsClient && this._wsClient.readyState !== wsStates.CLOSED) {
// throw new Error("WebSocket not closed. Close WebSocket and try again. To close WebSocket use function \"close()\"");
// }
if (!/^(wss?:\/\/).+/.test(serverUrl)) {

@@ -392,3 +390,3 @@ throw new Error("Incorrect server url: " + serverUrl);

if (this._wsClient && this._wsClient.readyState === wsStates.CLOSED) {
this.connect.call(this, this._serverUrl);
this.connect(this._serverUrl);
}

@@ -415,2 +413,3 @@ }

_this.close();
_this.connect(_this._serverUrl);
}

@@ -417,0 +416,0 @@ }, this._heartBeatInterval);

{
"name": "blank-web-sdk",
"version": "0.0.15",
"version": "0.0.16",
"description": "SDK for web applications created with Blank back-end",

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

Sorry, the diff of this file is too big to display

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