You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@bloks/link-session-manager

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bloks/link-session-manager - npm Package Compare versions

Comparing version

to
0.2.618

2

lib/index.d.ts
/**
* proton-link-session-manager v0.2.617
* proton-link-session-manager v0.2.618
* https://github.com/greymass/proton-link-session-manager

@@ -4,0 +4,0 @@ *

/**
* proton-link-session-manager v0.2.617
* proton-link-session-manager v0.2.618
* https://github.com/greymass/proton-link-session-manager

@@ -109,2 +109,3 @@ *

var e_1, _a;
if (userOptions === void 0) { userOptions = {}; }
this.attempts = 0;

@@ -111,0 +112,0 @@ this.reconnects = -1;

/**
* proton-link-session-manager v0.2.617
* proton-link-session-manager v0.2.618
* https://github.com/greymass/proton-link-session-manager

@@ -84,3 +84,3 @@ *

class RobustWebSocket {
constructor(url, userOptions) {
constructor(url, userOptions = {}) {
this.attempts = 0;

@@ -87,0 +87,0 @@ this.reconnects = -1;

{
"name": "@bloks/link-session-manager",
"description": "Session management for signature providers when receiving requests using the Anchor Link protocol",
"version": "0.2.617",
"version": "0.2.618",
"homepage": "https://github.com/greymass/proton-link-session-manager",

@@ -6,0 +6,0 @@ "license": "BSD-3-Clause",

@@ -36,3 +36,3 @@ export default class RobustWebSocket {

constructor(url, userOptions?) {
constructor(url, userOptions = {}) {
this.url = url

@@ -39,0 +39,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet