Socket
Socket
Sign inDemoInstall

elws

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elws - npm Package Compare versions

Comparing version 1.0.4 to 1.1.0

index.js

4

example.js

@@ -5,3 +5,3 @@ /**

////
const RWebSocket = require('./rws');
const RWebSocket = require('./index.js');

@@ -28,2 +28,2 @@ const client = new RWebSocket('ws://localhost:8088;wss://echo.websocket.org;',null,2000,2);

client.forceClose(1000);
},15000);
},50000);
{
"name": "elws",
"version": "1.0.4",
"version": "1.1.0",
"description": "Simple auto-reconnect WebSocket decorator",

@@ -25,3 +25,7 @@ "main": "rws.js",

"ws": "^1.1.1"
},
"dependencies": {
"options": ">=0.0.5",
"ultron": "1.0.x"
}
}
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