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.6 to 0.0.7

1

lib/index.d.ts

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

private readonly _notifyEntries;
private _sinkForHubListen;
private _closed;

@@ -9,0 +8,0 @@ constructor();

@@ -84,3 +84,2 @@ "use strict";

this._closed = true;
this._sinkForHubListen.abort(true);
this._notifyEvent.end();

@@ -87,0 +86,0 @@ this._peers.clear();

2

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

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

@@ -12,3 +12,2 @@ const pull = require('pull-stream');

private readonly _notifyEntries: any;
private _sinkForHubListen: any;
private _closed: boolean;

@@ -104,3 +103,2 @@

this._closed = true;
this._sinkForHubListen.abort(true);
this._notifyEvent.end();

@@ -107,0 +105,0 @@ this._peers.clear();

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