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

@types/datadog-winston

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/datadog-winston - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

6

datadog-winston/index.d.ts

@@ -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).
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