New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.643 to 0.2.644

2

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

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

/**
* proton-link-session-manager v0.2.643
* proton-link-session-manager v0.2.644
* https://github.com/greymass/proton-link-session-manager

@@ -246,3 +246,3 @@ *

if (this.netInfoState && !this.unsubscribeNetInfo) {
this.unsubscribeNetInfo = this.opts.netInfo.addEventListener(this.onConnectivityUpdate);
this.unsubscribeNetInfo = this.opts.netInfo.addEventListener(this.onConnectivityUpdate.bind(this));
}

@@ -249,0 +249,0 @@ return [2 /*return*/];

/**
* proton-link-session-manager v0.2.643
* proton-link-session-manager v0.2.644
* https://github.com/greymass/proton-link-session-manager

@@ -196,3 +196,3 @@ *

if (this.netInfoState && !this.unsubscribeNetInfo) {
this.unsubscribeNetInfo = this.opts.netInfo.addEventListener(this.onConnectivityUpdate);
this.unsubscribeNetInfo = this.opts.netInfo.addEventListener(this.onConnectivityUpdate.bind(this));
}

@@ -199,0 +199,0 @@ }

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

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

@@ -159,3 +159,5 @@ import NetInfo, {NetInfoState, NetInfoSubscription} from '@react-native-community/netinfo'

if (this.netInfoState && !this.unsubscribeNetInfo) {
this.unsubscribeNetInfo = this.opts.netInfo.addEventListener(this.onConnectivityUpdate)
this.unsubscribeNetInfo = this.opts.netInfo.addEventListener(
this.onConnectivityUpdate.bind(this)
)
}

@@ -162,0 +164,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