You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

connext

Package Overview
Dependencies
Maintainers
2
Versions
160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.8 to 3.0.9

2

dist/Connext.js

@@ -103,3 +103,3 @@ "use strict";

}
return res.data;
return res.data.latestThreadUpdateId;
}

@@ -106,0 +106,0 @@ catch (e) {

{
"name": "connext",
"description": "Shared code between wallet and hub",
"version": "3.0.8",
"version": "3.0.9",
"main": "dist",

@@ -6,0 +6,0 @@ "devDependencies": {

@@ -137,3 +137,3 @@ import { WithdrawalParameters, ChannelManagerChannelDetails, Sync, ThreadState, addSigToThreadState, ThreadStateUpdate, channelUpdateToUpdateRequest, ThreadHistoryItem } from './types'

}
return res.data
return res.data.latestThreadUpdateId
} catch (e) {

@@ -140,0 +140,0 @@ if (e.status == 404) {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc