🚀 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.1.1

4

CHANGELOG.md

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

0.1.1 / 2012-06-12
------------------
* Bug fix related to `next()` function losing scope of proper `this`
0.1.0 / 2012-06-07

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

5

lib/nextflow.js
// Generated by CoffeeScript 1.3.3
(function() {
var NextFlow, next;
var NextFlow, next,
__bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; };

@@ -11,2 +12,4 @@ NextFlow = (function() {

this.nextObject = nextObject;
this.next = __bind(this.next, this);
this.keys = [];

@@ -13,0 +16,0 @@ this.funcs = [];

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

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

@@ -23,3 +23,5 @@ "keywords": ["async", "seq", "step", "asynchronous", "sequential", "control", "flow", "coffee", "coffee-script", "coffeescript"],

"mocha": "1.0.x",
"growl": "1.5.x"
"growl": "1.5.x",
"fs-extra": "0.1.x",
"path-extra": "0.0.x"
},

@@ -26,0 +28,0 @@ "optionalDependencies": {},

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet