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

promise-toolkit-factory

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

promise-toolkit-factory - npm Package Compare versions

Comparing version 0.0.5 to 0.0.9

2

app.js

@@ -22,5 +22,5 @@ "use strict";

var a = t.appenders_dir + name + '.js';
t.log({"type":"trace", "text": "file loading=" + a, "classO":"promise_toolkit_factory.appender", "file":"app.js"});
var x = require(a);
t.appenders.push(new x(t).config(conf).init());
t.log({"type":"trace", "text": "file loading=" + a, "classO":"promise_toolkit_factory.appender", "file":"app.js"});
}

@@ -27,0 +27,0 @@ return t;

{
"name": "promise-toolkit-factory",
"version": "0.0.5",
"version": "0.0.9",
"description": "factory for creating promised function flows",
"main": "app.js",
"start": "node app.js",
"dependencies": {
},
"dependencies": {},
"author": "Jim Manton",
"email": "jrman@risebroadband.net",
"email": "jim.manton@skybeam.com",
"license": "ISC"
}
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