New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pioneer-platform/loggerdog

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pioneer-platform/loggerdog - npm Package Compare versions

Comparing version 8.1.14 to 8.1.15

2

__tests__/test-module.js

@@ -13,3 +13,3 @@ require("dotenv").config({path:'../../../.env'})

log.info(" | test | ","foo","bar")
log.debug(" | test | ","foo","bar")

@@ -16,0 +16,0 @@ try{

@@ -51,2 +51,3 @@ "use strict";

var LOG_LEVELS = {
TEST: { val: 0, label: 'TEST', color: clc.cyanBright },
EMERG: { val: 0, label: 'EMERG', color: clc.magentaBright },

@@ -53,0 +54,0 @@ ALERT: { val: 1, label: 'ALERT', color: clc.magentaBright },

{
"name": "@pioneer-platform/loggerdog",
"version": "8.1.14",
"version": "8.1.15",
"main": "./lib/index.js",

@@ -21,3 +21,3 @@ "types": "./lib/main.d.ts",

},
"gitHead": "cc48dcf5e18cec902582feb54c003906b4cc957d"
"gitHead": "f579a2843254be8f184ebfd2fdfa906fdf5554b5"
}

@@ -45,2 +45,3 @@ /*

const LOG_LEVELS:any = {
TEST: { val: 0, label: 'TEST', color: clc.cyanBright },
EMERG: { val: 0, label: 'EMERG', color: clc.magentaBright },

@@ -47,0 +48,0 @@ ALERT: { val: 1, label: 'ALERT', color: clc.magentaBright },

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