stact-hooks
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "stact-hooks", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Manage a registry of function stacks and run them.", | ||
@@ -10,3 +10,5 @@ "main": "stact-hooks.js", | ||
"devDependencies": { | ||
"mocha": "*" | ||
"mocha": "*", | ||
"bench": "~0.3.5", | ||
"eventflow": "0.0.12" | ||
}, | ||
@@ -13,0 +15,0 @@ "scripts": { |
@@ -6,3 +6,3 @@ var createStact = require('stact'); | ||
return function (name) { | ||
return function getStact (name) { | ||
if (!stacks[name]) { | ||
@@ -9,0 +9,0 @@ stacks[name] = createStact(options); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7144
9
128
3