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

@types/lambda-log

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/lambda-log - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

6

lambda-log/index.d.ts

@@ -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(

9

lambda-log/package.json
{
"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 @@

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