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.6 to 2.3.7

5

winston/index.d.ts

@@ -245,6 +245,3 @@ // Type definitions for winston 2.3

/**
* @type {(boolean|(err: Error) => void)}
*/
exitOnError?: any;
exitOnError?: boolean | ((err: Error) => void);

@@ -251,0 +248,0 @@ // TODO: Need to make instances specific,

4

winston/package.json
{
"name": "@types/winston",
"version": "2.3.6",
"version": "2.3.7",
"description": "TypeScript definitions for winston",

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

},
"typesPublisherContentHash": "f7452b4ae98a30b2445787c53459b75976060b52976978cd4fb7e16e33abdadb",
"typesPublisherContentHash": "cac9b43a9043dd72d0fceb46c57945d8d3fd596b811b027fdb3117224852ea47",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Tue, 19 Sep 2017 18:15:21 GMT
* Last updated: Wed, 25 Oct 2017 16:19:00 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