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

loggerhythm

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loggerhythm - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

4

package.json
{
"name": "loggerhythm",
"version": "2.0.0",
"version": "2.0.1",
"description": "wrapper for winston to use it like debug with namespaces",

@@ -33,3 +33,3 @@ "publicConfig": {

"type": "git",
"url": "https://github.com/5minds/loggerythm"
"url": "https://github.com/5minds/loggerhythm"
},

@@ -36,0 +36,0 @@ "license": "MIT",

@@ -41,3 +41,3 @@ # Loggerhythm

```TypeScript
```javascript
const Logger = require('loggerhythm').Logger;

@@ -68,3 +68,3 @@ const Loglevel = require('loggerhythm').LogLevel;

```TypeScript
```javascript
const Logger = require('loggerhythm').Logger;

@@ -71,0 +71,0 @@ // import {Logger} from 'loggerhythm'; // for TypeScript

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