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
26
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 1.2.1 to 1.2.2

2

index.js

@@ -26,3 +26,3 @@ 'use strict';

const jsonDate = proxess.env.LOG_NODATE
? () => {}
? () => ''
: (

@@ -29,0 +29,0 @@ proxess.env.LOG_PID

{
"name": "@everymundo/simple-logr",
"version": "1.2.1",
"version": "1.2.2",
"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",

@@ -91,3 +91,3 @@ 'use strict';

expect(res).to.be.undefined;
expect(res).to.equal('');
});

@@ -94,0 +94,0 @@ });

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