Socket
Socket
Sign inDemoInstall

blueshell

Package Overview
Dependencies
5
Maintainers
6
Versions
241
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.4.1-whileResult.2 to 3.4.1-whileResult.3

2

dist/nodes/decorators/While.js

@@ -37,3 +37,3 @@ "use strict";

else if (storage.break) {
// teardown internal state and yield to the behavior tree beause the loop has completed
// teardown internal state and yield to the behavior tree because the loop has completed
storage.break = undefined;

@@ -40,0 +40,0 @@ storage.lastLoopResult = undefined;

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

} else if (storage.break) {
// teardown internal state and yield to the behavior tree beause the loop has completed
// teardown internal state and yield to the behavior tree because the loop has completed
storage.break = undefined;

@@ -49,0 +49,0 @@ storage.lastLoopResult = undefined;

@@ -103,3 +103,3 @@ {

"types": "dist/index.d.ts",
"version": "3.4.1-whileResult.2"
"version": "3.4.1-whileResult.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