modular-log
Advanced tools
Comparing version 0.3.7 to 0.3.8
@@ -0,1 +1,2 @@ | ||
///<reference path="../includes"/> | ||
import { SummarizerOptions } from './summarizer'; | ||
@@ -2,0 +3,0 @@ export declare type LogLevels = 'fatal' | 'error' | 'warn' | 'success' | 'info' | 'debug' | 'trace'; |
@@ -0,1 +1,2 @@ | ||
///<reference path="../includes"/> | ||
import * as winston from 'winston'; | ||
@@ -2,0 +3,0 @@ export interface SummarizerOptions { |
{ | ||
"name": "modular-log", | ||
"version": "0.3.7", | ||
"version": "0.3.8", | ||
"description": "Modular components based on Winston logger", | ||
@@ -9,4 +9,3 @@ "main": "lib/index.js", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "tsc -p src", | ||
"prepublish": "npm run build" | ||
"build": "tsc -p src" | ||
}, | ||
@@ -28,3 +27,2 @@ "keywords": [ | ||
"@types/moment": "^2.11.29", | ||
"@types/node": "^6.0.32", | ||
"colors": "^1.1.2", | ||
@@ -31,0 +29,0 @@ "lodash": "^4.14.2", |
Sorry, the diff of this file is not supported yet
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
15554
6
10
210
1
4
- Removed@types/node@^6.0.32
- Removed@types/node@6.14.13(transitive)