New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@types/sparkpost

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/sparkpost - npm Package Compare versions

Comparing version
1.3.9
to
1.3.10
+10
-8
sparkpost v1.3/index.d.ts

@@ -396,8 +396,10 @@ /// <reference types="node"/>

options: { id: string; limit?: number | undefined },
callback: SparkPost.ResultsCallback<{
batch_id: string;
ts: string;
attempts: number;
response_code: number;
}[]>,
callback: SparkPost.ResultsCallback<
Array<{
batch_id: string;
ts: string;
attempts: number;
response_code: number;
}>
>,
): void;

@@ -1151,7 +1153,7 @@ /**

export interface WebhookLinks {
links: {
links: Array<{
href: string;
rel: string;
method: string[];
}[];
}>;
}

@@ -1158,0 +1160,0 @@ }

{
"name": "@types/sparkpost",
"version": "1.3.9",
"version": "1.3.10",
"description": "TypeScript definitions for sparkpost",

@@ -26,4 +26,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sparkpost",

},
"typesPublisherContentHash": "86743a876a83dbbcfb98285315a34a795a0c12771442564ddbdba943dad97990",
"typesPublisherContentHash": "8cc788e7914c00a76c0085dcedfabffbb5572c38b7371f750189dd159d855dbb",
"typeScriptVersion": "4.5"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 07 Nov 2023 20:08:00 GMT
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node), [@types/request](https://npmjs.com/package/@types/request)

@@ -14,0 +14,0 @@