Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
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 0.2.654 to 0.2.655

2

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

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

/**
* proton-link-session-manager v0.2.654
* proton-link-session-manager v0.2.655
* https://github.com/greymass/proton-link-session-manager

@@ -467,2 +467,3 @@ *

onSocketEvent('onopen', event);
resolve(_this.socket);
});

@@ -469,0 +470,0 @@ ws.addEventListener('message', function (event) {

/**
* proton-link-session-manager v0.2.654
* proton-link-session-manager v0.2.655
* https://github.com/greymass/proton-link-session-manager

@@ -412,2 +412,3 @@ *

onSocketEvent('onopen', event);
resolve(this.socket);
});

@@ -414,0 +415,0 @@ ws.addEventListener('message', (event) => {

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

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

@@ -106,2 +106,3 @@ import RobustWebSocket from './websocket'

onSocketEvent('onopen', event)
resolve(this.socket)
})

@@ -108,0 +109,0 @@

Sorry, the diff of this file is not supported yet

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