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

chainpad-netflux

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chainpad-netflux - npm Package Compare versions

Comparing version 0.12.0 to 0.12.1

15

chainpad-netflux.js

@@ -230,8 +230,11 @@ /*

// Kill chainpad and make a new one to start fresh.
if (ChainPad) {
if (Cache) {
channelCache = [];
Cache.clearChannel(channel);
}
toReturn.realtime = realtime = createRealtime();
if (Cache) {
channelCache = [];
Cache.clearChannel(channel, function () {
if (ChainPad) {
toReturn.realtime = realtime = createRealtime();
}
joinSession(network, connectTo);
});
return;
}

@@ -238,0 +241,0 @@ joinSession(network, connectTo);

2

package.json
{
"name": "chainpad-netflux",
"version": "0.12.0",
"version": "0.12.1",
"description": "A convenient wrapper around the chainpad realtime engine and the netflux transport API",

@@ -5,0 +5,0 @@ "main": "chainpad-netflux.js",

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