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.22

2

lib/chain.js

@@ -264,3 +264,3 @@ // Generated by CoffeeScript 1.12.7

};
chain.makePromise = function(name_at_group, fn) {
chain.promise = function(name_at_group, fn) {
internal_fns.push(function(exe_ctx) {

@@ -267,0 +267,0 @@ var promise;

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

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

hyper-chain