Socket
Socket
Sign inDemoInstall

chainpad

Package Overview
Dependencies
27
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.1 to 0.4.2

14

client/ChainPad.js

@@ -78,8 +78,12 @@ /*@flow*/

}
realtime.messageHandlers.forEach(function (handler) {
handler(message, function () {
callback.apply(null, arguments);
callback = function () { };
try {
realtime.messageHandlers.forEach(function (handler) {
handler(message, function () {
callback.apply(null, arguments);
callback = function () { };
});
});
});
} catch (e) {
callback(e);
}
};

@@ -86,0 +90,0 @@

{
"name": "chainpad",
"description": "Realtime Collaborative Editor Algorithm based on the Nakamoto BlockChain",
"version": "0.4.1",
"version": "0.4.2",
"dependencies": {

@@ -6,0 +6,0 @@ "gluejs": "~2.4.0",

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc