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

bfx-api-node-core

Package Overview
Dependencies
Maintainers
4
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bfx-api-node-core - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

2

lib/manager/events/ws_reopen.js

@@ -67,3 +67,5 @@ 'use strict'

}
delete resubChannels[chanId]
})
}

4

lib/ws2/reopen.js

@@ -8,3 +8,3 @@ 'use strict'

module.exports = (state = {}) => {
const { url, agent, ws: oldWS, channels, autoResubscribe } = state
const { url, agent, ws: oldWS, channels, autoResubscribe, resubChannels: oldResubChannels = {} } = state

@@ -29,4 +29,4 @@ if (oldWS && oldWS.readyState === WebSocket.OPEN) {

ws,
...(autoResubscribe && { resubChannels: channels })
...(autoResubscribe && { resubChannels: { ...oldResubChannels, ...channels } })
}
}
{
"name": "bfx-api-node-core",
"version": "1.6.0",
"version": "1.6.1",
"description": "Core Bitfinex Node API",

@@ -5,0 +5,0 @@ "engines": {

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