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

@types/splunk-logging

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/splunk-logging - npm Package Compare versions

Comparing version 0.11.5 to 0.11.6

3

splunk-logging/index.d.ts

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

8

splunk-logging/package.json
{
"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).
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