🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

nextflow

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nextflow - npm Package Compare versions

Comparing version

to
0.2.2

4

CHANGELOG.md

@@ -0,1 +1,5 @@

0.2.2 / 2012-08-08
------------------
* Fixed regression with came up with the introduction of the `error` method.
0.2.1 / 2012-08-07

@@ -2,0 +6,0 @@ ------------------

2

lib/nextflow.js

@@ -47,3 +47,3 @@ // Generated by CoffeeScript 1.3.3

var idx;
if ((err != null) && (this.errorFunc != null)) {
if ((err != null) && err instanceof Error && (this.errorFunc != null)) {
this.errorFunc(err);

@@ -50,0 +50,0 @@ return;

@@ -5,3 +5,3 @@ {

"description": "A simple control-flow library for Node.js targetted towards CoffeeScript developers.",
"version": "0.2.1",
"version": "0.2.2",
"homepage": "https://github.com/jprichardson/node-nextflow",

@@ -8,0 +8,0 @@ "keywords": ["async", "seq", "step", "asynchronous", "sequential", "control", "flow", "coffee", "coffee-script", "coffeescript"],

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet