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.1 to 0.11.2

6

splunk-logging/index.d.ts

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

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