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

ipevt

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ipevt - npm Package Compare versions

Comparing version 0.9.8 to 0.9.9

2

package.json
{
"name": "ipevt",
"version": "0.9.8",
"version": "0.9.9",
"description": "A small library that allows peers to communicate via a central server",

@@ -5,0 +5,0 @@ "main": "ipevt-client.js",

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

const beson = require('beson');
const ipevt = require('../ipevt-client.js');
const client = await ipevt({host:'127.0.0.1', port:65500, channel_id:'channel1', timeout:10, auto_reconnect:true, retry_count:3});
const client = await ipevt({
host:'127.0.0.1', port:65500,
channel_id:'channel1', timeout:10,
auto_reconnect:true, retry_count:3,
serializer:beson.Serialize,
deserializer:beson.Deserialize,
});
console.log("CONNECTED");

@@ -12,0 +19,0 @@

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