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

14

index.js
if(require.extensions['.coffee'])
module.exports = require('./lib')
support_coffee = undefined
if ((support_coffee === undefined) && (typeof process !== "undefined" && process !== null) && ((typeof require !== "undefined" && require !== null ? require.extensions : void 0) != null) && require.extensions['.coffee']) {
support_coffee = true
}else {
support_coffee = false
}
if(support_coffee)
module.exports = require('./lib');
else
module.exports = require('./lib-js')
module.exports = require('./lib-js');
{
"name": "hyper-chain",
"version": "0.1.6",
"version": "0.1.7",
"description": "function builder for reactive programing. support promise, node-callback and designed for robust error handling. ",

@@ -30,6 +30,6 @@ "main": "index",

"dependencies": {
"chai": "^4.1.1",
"lodash": "^4.17.4"
},
"devDependencies": {
"chai": "^4.1.1",
"coffee-coverage": "^2.0.1",

@@ -36,0 +36,0 @@ "coffee-script": "^1.7.1",

hyper-chain