ssb-conn-staging
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -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(); |
{ | ||
"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(); |
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
119004
373