@everymundo/simple-logr
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -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 @@ }); |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
21832