Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

low

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

low - npm Package Compare versions

Comparing version 1.1.30 to 1.1.31

5

lib/doers/multi-doer.js

@@ -27,2 +27,7 @@ "use strict";

}
task = yield object_compiler_1.ObjectCompiler.compile(task, context);
if (!task) {
this.env.debug(context, this.moduleType, `After compiling task there's nothing to do`);
continue;
}
this.env.debug(context, this.moduleType, `Finding doer '${task.doer}'`);

@@ -29,0 +34,0 @@ const doer = this.env.getDoer(task.doer);

4

package.json
{
"name": "low",
"version": "1.1.30",
"version": "1.1.31",
"description": "a templating driven low-code framework for rapid systems development",

@@ -25,3 +25,3 @@ "main": "lib/index.js",

},
"gitHead": "2bacc2abecf77a8f2f8cb155256a4a008854f498",
"gitHead": "2cfb8fff547834844dde1f7b56d8bb158b7ffc07",
"devDependencies": {

@@ -28,0 +28,0 @@ "@types/jest": "^24.9.0",

@@ -20,2 +20,8 @@ import { Doer } from './doer';

task = await ObjectCompiler.compile(task, context);
if (!task) {
this.env.debug(context, this.moduleType, `After compiling task there's nothing to do`);
continue;
}
this.env.debug(context, this.moduleType, `Finding doer '${task.doer}'`);

@@ -22,0 +28,0 @@ const doer = this.env.getDoer(task.doer);

Sorry, the diff of this file is not supported yet

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