Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "polog", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "very fast and simple console logging library", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -38,3 +38,3 @@ <div align="center"><img src="misc/polog.png"/></div> | ||
const log = require('polog')({ format: true }) | ||
polog.log("test: %d", Math.random()) | ||
log.info("test: %d", Math.random()) | ||
``` | ||
@@ -45,3 +45,3 @@ | ||
``` | ||
polog.log("test: ${Math.random()}") | ||
log.info("test: ${Math.random()}") | ||
``` | ||
@@ -48,0 +48,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17425