🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

node-task-runner

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-task-runner - npm Package Compare versions

Comparing version
2.1.0
to
2.1.1
+7
-0
CHANGELOG.md
# Changelog
## Version 2.1.1
Released on February 20, 2019.
- Handle unexported tasks object correctly.
## Version 2.1.0

@@ -4,0 +11,0 @@

@@ -17,2 +17,7 @@ #!/usr/bin/env node

const executeTask = (name, chainValue, taskArgs, parallel, reportFunction) => {
if (!taskDefinition.tasks) {
util.message(`The tasks are not initialized yet`, 'red');
return Promise.resolve();
}
const func = taskDefinition.tasks[name];

@@ -19,0 +24,0 @@

+1
-1
{
"name": "node-task-runner",
"version": "2.1.0",
"version": "2.1.1",
"description": "A promise-based dependency-free task runner for Node.",

@@ -5,0 +5,0 @@ "main": "lib/cli.js",