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.7 to 0.0.8

3

lib/appenders/logging.js

@@ -55,3 +55,4 @@ "use strict";

var sa = s[2].split("(");
jo.file = '(' + sa[1];
var sa2 = sa[1].split(")");
jo.file = sa2[0];
t.logger[jo.type](jo.text).tag(t.log.rte).tag(t.log.act).tag(t.log.file.setInput(jo.file)).tagline();

@@ -58,0 +59,0 @@ return t;

{
"name": "promise-toolkit-factory",
"version": "0.0.7",
"version": "0.0.8",
"description": "factory for creating promised function flows",

@@ -5,0 +5,0 @@ "main": "app.js",

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