Socket
Socket
Sign inDemoInstall

blueshell

Package Overview
Dependencies
9
Maintainers
7
Versions
241
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.1-whileRunningCheck.2 to 5.0.1-whileRunningCheck.3

1

dist/lib/nodes/decorators/While.d.ts

@@ -20,3 +20,4 @@ import { ResultCode, BlueshellState, BaseNode, Conditional, NodeStorage } from '../../models';

protected _afterEvent(res: ResultCode, state: S, event: E): ResultCode;
protected onEvent(state: S, event: E): ResultCode;
get symbol(): string;
}

@@ -62,2 +62,5 @@ "use strict";

}
onEvent(state, event) {
return this.handleChild(state, event);
}
get symbol() {

@@ -64,0 +67,0 @@ return '↻';

@@ -74,2 +74,6 @@ import { ResultCode, BlueshellState, BaseNode, rc, Conditional, NodeStorage } from '../../models';

protected onEvent(state: S, event: E): ResultCode {
return this.handleChild(state, event);
}
get symbol(): string {

@@ -76,0 +80,0 @@ return '↻';

2

package.json

@@ -111,3 +111,3 @@ {

"types": "dist/index.d.ts",
"version": "5.0.1-whileRunningCheck.2"
"version": "5.0.1-whileRunningCheck.3"
}

Sorry, the diff of this file is not supported yet

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