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

@types/winston

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/winston - npm Package Compare versions

Comparing version 2.3.1 to 2.3.2

8

winston/index.d.ts

@@ -280,3 +280,3 @@ // Type definitions for winston 2.3

prettyPrint: boolean;
timestamp: boolean;
timestamp: boolean | (() => string | boolean);
showLevel: boolean;

@@ -308,3 +308,3 @@ label: string|null;

label: string|null;
timestamp: boolean;
timestamp: boolean | (() => string | boolean);
eol: string;

@@ -340,3 +340,3 @@ tailable: boolean;

prettyPrint: boolean;
timestamp: boolean;
timestamp: boolean | (() => string | boolean);
showLevel: boolean;

@@ -406,3 +406,3 @@ label: string|null;

timestamp?(): any | boolean;
timestamp: boolean | (() => string | boolean);
stringify?(obj: any): string;

@@ -409,0 +409,0 @@ }

{
"name": "@types/winston",
"version": "2.3.1",
"version": "2.3.2",
"description": "TypeScript definitions for winston",

@@ -30,4 +30,4 @@ "license": "MIT",

"peerDependencies": {},
"typesPublisherContentHash": "8f547495c3a408889c3a7c9ffdcc1a108423f7597c058bed03665234ac804ccf",
"typesPublisherContentHash": "a63964ec11cf8082058086077e88ecaf2106922d6e9ad3f861842e2a1d630b5e",
"typeScriptVersion": "2.0"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Wed, 19 Apr 2017 21:19:05 GMT
* Last updated: Thu, 04 May 2017 17:04:38 GMT
* Dependencies: http, node

@@ -14,0 +14,0 @@ * Global values: none

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