Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

polog

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

polog - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"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 @@

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