Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

stact-hooks

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stact-hooks - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

bench/bench.js

6

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc