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

@everymundo/simple-logr

Package Overview
Dependencies
Maintainers
28
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@everymundo/simple-logr - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

2

index.js

@@ -6,3 +6,3 @@ 'use strict'

const defaultOptions = {
level: process.env.LOG_LEVEL,
level: process.env.LOG_LEVEL || 'info',
timestamp: !process.env.LOG_NODATE,

@@ -9,0 +9,0 @@ useLevelLabels: true,

{
"name": "@everymundo/simple-logr",
"version": "2.0.2",
"version": "2.0.3",
"description": "A very simplistic logger that allows one to avoid using the console.log directly allowing stubbing and better linting.",

@@ -5,0 +5,0 @@ "main": "index.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