Socket
Socket
Sign inDemoInstall

ssb-conn-staging

Package Overview
Dependencies
14
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.7 to 0.0.8

1

lib/index.d.ts

@@ -16,3 +16,2 @@ import { Address, StagedData } from './types';

key?: string | undefined;
type?: "bt" | "lan" | "internet" | undefined;
stagingBirth: number;

@@ -19,0 +18,0 @@ stagingUpdated: number;

@@ -8,3 +8,2 @@ export declare type Address = string;

key?: string;
type?: 'bt' | 'lan' | 'internet';
stagingBirth: number;

@@ -11,0 +10,0 @@ stagingUpdated: number;

2

package.json
{
"name": "ssb-conn-staging",
"description": "Module that manages potential and optional SSB peer connections",
"version": "0.0.7",
"version": "0.0.8",
"homepage": "https://github.com/staltz/ssb-conn-staging",

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

@@ -10,3 +10,2 @@ export type Address = string;

key?: string;
type?: 'bt' | 'lan' | 'internet';
stagingBirth: number;

@@ -13,0 +12,0 @@ stagingUpdated: number;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc