@types/splunk-logging
Advanced tools
Comparing version 0.11.1 to 0.11.2
@@ -8,3 +8,3 @@ // Type definitions for splunk-logging 0.11 | ||
import { CoreOptions as RequestOptions } from 'request'; | ||
import { CoreOptions as RequestOptions } from "request"; | ||
@@ -17,3 +17,3 @@ export interface Config { | ||
path?: string | undefined; | ||
protocol?: 'http' | 'https' | undefined; | ||
protocol?: "http" | "https" | undefined; | ||
port?: number | undefined; | ||
@@ -32,3 +32,3 @@ url?: string | undefined; | ||
sourcetype?: string | undefined; | ||
time?: number | undefined; // Milliseconds since epoch, e.g. with Date.now() | ||
time?: number | undefined; // Milliseconds since epoch, e.g. with Date.now() | ||
} | ||
@@ -35,0 +35,0 @@ |
{ | ||
"name": "@types/splunk-logging", | ||
"version": "0.11.1", | ||
"version": "0.11.2", | ||
"description": "TypeScript definitions for splunk-logging", | ||
@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/splunk-logging", | ||
}, | ||
"typesPublisherContentHash": "81d05536348b61581697e694291ade8486c71d4386c9c8bd00f6f08a296c563c", | ||
"typeScriptVersion": "4.3" | ||
"typesPublisherContentHash": "0126f0350bb39d78bdb54b6bdb0b0a600ae27a6e1d7bbab866e994c713893531", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -18,3 +18,3 @@ # Installation | ||
import { CoreOptions as RequestOptions } from 'request'; | ||
import { CoreOptions as RequestOptions } from "request"; | ||
@@ -27,3 +27,3 @@ export interface Config { | ||
path?: string | undefined; | ||
protocol?: 'http' | 'https' | undefined; | ||
protocol?: "http" | "https" | undefined; | ||
port?: number | undefined; | ||
@@ -42,3 +42,3 @@ url?: string | undefined; | ||
sourcetype?: string | undefined; | ||
time?: number | undefined; // Milliseconds since epoch, e.g. with Date.now() | ||
time?: number | undefined; // Milliseconds since epoch, e.g. with Date.now() | ||
} | ||
@@ -70,3 +70,3 @@ | ||
### Additional Details | ||
* Last updated: Tue, 18 Apr 2023 20:32:43 GMT | ||
* Last updated: Mon, 25 Sep 2023 13:39:06 GMT | ||
* Dependencies: [@types/request](https://npmjs.com/package/@types/request) | ||
@@ -73,0 +73,0 @@ * Global values: none |
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
6149