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 1.0.0 to 1.0.1

15

chainpad-netflux.js

@@ -114,17 +114,2 @@ /*

chainpad._patch = chainpad.patch;
chainpad.patch = function (patch, x, y) {
if (initializing) {
console.error("attempted to change the content before chainpad was synced");
}
return chainpad._patch(patch, x, y);
};
chainpad._change = chainpad.change;
chainpad.change = function (offset, count, chars) {
if (initializing) {
console.error("attempted to change the content before chainpad was synced");
}
return chainpad._change(offset, count, chars);
};
// Sending a message...

@@ -131,0 +116,0 @@ chainpad.onMessage(function (msg, cb, curve) {

4

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

@@ -21,3 +21,3 @@ "main": "chainpad-netflux.js",

"devDependencies": {
"jshint": "^2.9.4"
"jshint": "^2.13.4"
},

@@ -24,0 +24,0 @@ "dependencies": {

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