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

ssb-conn-staging

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ssb-conn-staging - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

lib/index.d.ts

@@ -22,3 +22,3 @@ import ConnHub = require('ssb-conn-hub');

host?: string | undefined;
mode: "bt" | "lan" | "internet";
type: "bt" | "lan" | "internet";
}>]>;

@@ -25,0 +25,0 @@ liveEntries(): any;

@@ -10,4 +10,4 @@ export declare type Address = string;

host?: string;
mode: 'bt' | 'lan' | 'internet';
type: 'bt' | 'lan' | 'internet';
[misc: string]: any;
}>;
{
"name": "ssb-conn-staging",
"description": "Module that manages potential and optional SSB peer connections",
"version": "0.0.2",
"version": "0.0.3",
"homepage": "https://github.com/staltz/ssb-conn-staging",

@@ -6,0 +6,0 @@ "main": "lib/index.js",

@@ -12,4 +12,4 @@ export type Address = string;

host?: string;
mode: 'bt' | 'lan' | 'internet';
type: 'bt' | 'lan' | 'internet';
[misc: string]: any;
}>;
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