@types/splunk-logging
Advanced tools
Comparing version 0.11.5 to 0.11.6
@@ -0,1 +1,3 @@ | ||
import { CoreOptions as RequestOptions } from "request"; | ||
export interface Config { | ||
@@ -36,2 +38,3 @@ token: string; | ||
eventFormatter: EventFormatter; | ||
requestOptions: RequestOptions; | ||
readonly serializedContextQueue: any[]; | ||
@@ -38,0 +41,0 @@ |
{ | ||
"name": "@types/splunk-logging", | ||
"version": "0.11.5", | ||
"version": "0.11.6", | ||
"description": "TypeScript definitions for splunk-logging", | ||
@@ -27,5 +27,7 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/splunk-logging", | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "2492069b2e6fe1ccd41162d83e87059962b5d41dc2f7911fe40456f02c0ae767", | ||
"dependencies": { | ||
"@types/request": "*" | ||
}, | ||
"typesPublisherContentHash": "f34e545d6efc455f5c4614ce2de6103b31e86a884ec798e3b40e22c24ec05f12", | ||
"typeScriptVersion": "4.7" | ||
} |
@@ -11,2 +11,4 @@ # Installation | ||
````ts | ||
import { CoreOptions as RequestOptions } from "request"; | ||
export interface Config { | ||
@@ -47,2 +49,3 @@ token: string; | ||
eventFormatter: EventFormatter; | ||
requestOptions: RequestOptions; | ||
readonly serializedContextQueue: any[]; | ||
@@ -59,6 +62,6 @@ | ||
### Additional Details | ||
* Last updated: Mon, 08 Apr 2024 01:53:54 GMT | ||
* Dependencies: none | ||
* Last updated: Thu, 18 Apr 2024 18:35:25 GMT | ||
* Dependencies: [@types/request](https://npmjs.com/package/@types/request) | ||
# Credits | ||
These definitions were written by [Alex Brick](https://github.com/bricka), and [Borui Gu](https://github.com/BoruiGu). |
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
5549
38
65
1
+ Added@types/request@*
+ Added@types/caseless@0.12.5(transitive)
+ Added@types/node@22.10.2(transitive)
+ Added@types/request@2.48.12(transitive)
+ Added@types/tough-cookie@4.0.5(transitive)
+ Addedasynckit@0.4.0(transitive)
+ Addedcombined-stream@1.0.8(transitive)
+ Addeddelayed-stream@1.0.0(transitive)
+ Addedform-data@2.5.2(transitive)
+ Addedmime-db@1.52.0(transitive)
+ Addedmime-types@2.1.35(transitive)
+ Addedsafe-buffer@5.2.1(transitive)
+ Addedundici-types@6.20.0(transitive)