@alien-worlds/aw-core
Advanced tools
Comparing version 0.0.18 to 0.0.19
@@ -21,2 +21,6 @@ import { Block } from '../entities/block'; | ||
protected disconnectedCallback: AsyncCallback; | ||
protected _isConnected: boolean; | ||
protected _isPaused: boolean; | ||
abstract isConnected(): boolean; | ||
abstract isPaused(): boolean; | ||
abstract connect(): Promise<void>; | ||
@@ -23,0 +27,0 @@ abstract disconnect(): Promise<void>; |
@@ -11,2 +11,4 @@ "use strict"; | ||
disconnectedCallback; | ||
_isConnected; | ||
_isPaused; | ||
onReceivedBlock(handler) { | ||
@@ -13,0 +15,0 @@ this.receivedBlockHandler = handler; |
{ | ||
"name": "@alien-worlds/aw-core", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "packageManager": "yarn@3.2.3", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
101713
2405
0