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.35 to 1.1.36

1

lib/doers/multi-doer.js

@@ -39,2 +39,3 @@ "use strict";

task,
input: context.calls[task.name] || null,
output: context.data[task.name] || null,

@@ -41,0 +42,0 @@ error: context.errors[task.name] || null

4

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

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

},
"gitHead": "b931f4b9f46db8d9e612a4444f28233fcdf2fb03",
"gitHead": "f266e1cc580ef4ca2c33c9852ee10672657e1e66",
"devDependencies": {

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

@@ -35,2 +35,3 @@ import { Doer } from './doer';

task,
input: context.calls[task.name] || null,
output: context.data[task.name] || null,

@@ -37,0 +38,0 @@ error: context.errors[task.name] || null

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