@types/datadog-winston
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -7,6 +7,6 @@ // Type definitions for datadog-winston 1.0 | ||
import * as Transport from "winston-transport"; | ||
import TransportStream = require("winston-transport"); | ||
declare namespace DatadogWinston { | ||
interface DatadogTransportOptions extends Transport.TransportStreamOptions { | ||
interface DatadogTransportOptions extends TransportStream.TransportStreamOptions { | ||
apiKey: string; | ||
@@ -20,3 +20,3 @@ hostname?: string; | ||
declare class DatadogWinston extends Transport { | ||
declare class DatadogWinston extends TransportStream { | ||
constructor(options: DatadogWinston.DatadogTransportOptions); | ||
@@ -23,0 +23,0 @@ |
{ | ||
"name": "@types/datadog-winston", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "TypeScript definitions for datadog-winston", | ||
@@ -25,4 +25,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "501192f6bad15dd9336b022adfaee790e4f9e81347367f3e9d5020668fa05bcb", | ||
"typesPublisherContentHash": "57bd9b5175d744022ddc8b0121d98e8b44948d50f7b61626cadadb4202fbfb09", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 16 Dec 2019 18:00:06 GMT | ||
* Last updated: Tue, 25 Feb 2020 20:07:59 GMT | ||
* Dependencies: [@types/winston-transport](https://npmjs.com/package/@types/winston-transport) | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Matt Hintzke (https://github.com/mhintzke13). | ||
These definitions were written by [Matt Hintzke](https://github.com/mhintzke13). |
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
3343