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

nice-simple-logger

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nice-simple-logger - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

3

package.json

@@ -9,3 +9,3 @@ {

},
"version": "0.0.1",
"version": "0.0.2",
"main": "./index.js",

@@ -26,3 +26,2 @@ "keywords": ["logger", "log"],

},
"readme": "Nice simple logger for Node",
"readmeFilename": "README.md",

@@ -29,0 +28,0 @@ "license": "MIT"

@@ -5,4 +5,14 @@ # simple-logger

```bash
npm install nice-simple-logger
```
```javascript
var logger = require('simple-logger')
var logger = require('simple-logger')({});
logger.log('hello', 'world');
logger.warn('hello', 'world');
logger.error(new Error('failed!'));
```
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