You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

hyper-chain

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hyper-chain - npm Package Compare versions

Comparing version

to
0.0.20

3

lib/chain.js

@@ -212,2 +212,5 @@ // Generated by CoffeeScript 1.12.7

_catcher = function(exe_ctx) {
if (!exe_ctx.error) {
return exe_ctx.resume();
}
fn.call.apply(fn, [exe_ctx, exe_ctx.error].concat(slice.call(exe_ctx.curArr)));

@@ -214,0 +217,0 @@ exe_ctx.error = null;

2

package.json
{
"name": "hyper-chain",
"version": "0.0.19",
"version": "0.0.20",
"description": "function builder for reactive programing. support promise, node-callback and designed for robust error handling. ",

@@ -5,0 +5,0 @@ "main": "lib",

hyper-chain