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 3.0.3 to 3.0.4

2

dist/interfaces.d.ts

@@ -6,3 +6,3 @@ import { Chalk } from 'chalk';

INFO = "info",
VERBOSE = "verbose",
VERBOSE = "verbose"
}

@@ -9,0 +9,0 @@ export interface ILogFunction {

@@ -17,3 +17,3 @@ import { ILoggerhythmHook, ILoggerSubscription } from './interfaces';

verbose(message: string, ...logObjects: Array<any>): void;
private _log(logLevel, message, ...logObjects);
private _log;
}
{
"name": "loggerhythm",
"version": "3.0.3",
"version": "3.0.4",
"description": "wrapper for winston to use it like debug with namespaces",

@@ -28,2 +28,6 @@ "publicConfig": {

{
"name": "Christian Werner",
"email": "christian.werner@5Minds.de"
},
{
"name": "Martin Moellenbeck",

@@ -49,13 +53,14 @@ "email": "martin.moellenbeck@5Minds.de"

"devDependencies": {
"@types/node": "^10.0.0",
"benchmark": "^2.1.4",
"gulp": "^3.9.1",
"gulptraum": "^2.2.2",
"gulptraum-typescript": "^1.3.3",
"mocha": "^3.0.2",
"should": "^11.1.0",
"gulp": "^4.0.0",
"gulptraum": "^3.1.0",
"gulptraum-typescript": "^3.0.0",
"mocha": "^5.2.0",
"should": "^13.2.3",
"tsconfig": "^7.0.0",
"tslint": "^5.7.0",
"tslint-eslint-config-5minds": "^1.0.2",
"typescript": "^2.5.2"
"typescript": "^3.3.0"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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