loggerhythm
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"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 |
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
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
26439
0