ssb-conn-staging
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -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; | ||
}>; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package