New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@alien-worlds/aw-core

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alien-worlds/aw-core - npm Package Compare versions

Comparing version 0.0.18 to 0.0.19

4

build/blockchain/domain/services/block-reader.d.ts

@@ -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;

2

package.json
{
"name": "@alien-worlds/aw-core",
"version": "0.0.18",
"version": "0.0.19",
"description": "",

@@ -5,0 +5,0 @@ "packageManager": "yarn@3.2.3",

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