@types/lambda-log
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -83,3 +83,7 @@ // Type definitions for lambda-log 2.0 | ||
log(level: string, msg: string, meta: object, tags: string[]): string; | ||
log(level: string, msg: string, meta?: object, tags?: string[]): string; | ||
info(msg: string, meta?: object, tags?: string[]): string; | ||
warn(msg: string, meta?: object, tags?: string[]): string; | ||
error(msg: string | Error, meta?: object, tags?: string[]): string; | ||
debug(msg: string, meta?: object, tags?: string[]): string; | ||
@@ -86,0 +90,0 @@ assert( |
{ | ||
"name": "@types/lambda-log", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "TypeScript definitions for lambda-log", | ||
@@ -14,13 +14,14 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/lambda-log" | ||
}, | ||
"scripts": {}, | ||
"dependencies": { | ||
"@types/events": "*", | ||
"@types/node": "*" | ||
}, | ||
"typesPublisherContentHash": "ef7cb68af6170db5963879f76863f13fe928da1c98d0e2a4f43c9f83b91c73a5", | ||
"typesPublisherContentHash": "e87ac0012b510698b47a48538a68fe896a6beadf2e6c7ab2b0cd393cca5fc3e9", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for lambda-log (https://github.com/KyleRoss/node-lambda-log). | ||
This package contains type definitions for lambda-log ( https://github.com/KyleRoss/node-lambda-log ). | ||
@@ -12,4 +12,4 @@ # Details | ||
Additional Details | ||
* Last updated: Thu, 27 Sep 2018 12:34:21 GMT | ||
* Dependencies: fs, console, events, node | ||
* Last updated: Tue, 14 May 2019 00:08:17 GMT | ||
* Dependencies: @types/node | ||
* Global values: none | ||
@@ -16,0 +16,0 @@ |
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
4987
1
78
- Removed@types/events@*
- Removed@types/events@3.0.3(transitive)