Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

synapsis

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

synapsis - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

2

package.json
{
"name": "synapsis",
"version": "0.6.1",
"version": "0.6.2",
"description": "Automatic pub/sub over every possible network. It just works.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -16,2 +16,14 @@

this.config_swarm = Object.assign({
dns: {
server: [
'discovery1.publicbits.org',
'discovery2.publicbits.org'
],
interval: 1000
},
dht: false,
utp: false
}, opts.swarm)
this._routes_v2 = {};

@@ -42,13 +54,3 @@

start() {
this.command_swarm = Swarm({
dns : {
server : [
'discovery1.publicbits.org',
'discovery2.publicbits.org'
],
interval : 1000
},
dht : false,
utp : false
});
this.command_swarm = Swarm(this.config_swarm);

@@ -55,0 +57,0 @@ this.command_swarm.listen(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