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

@types/when

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/when - npm Package Compare versions

Comparing version 2.4.39 to 2.4.40

4

when/index.d.ts

@@ -206,3 +206,3 @@ declare function When(): When.Promise<void>;

*/
function settle<T>(promisesOrValues: any[]): Promise<Descriptor<T>[]>;
function settle<T>(promisesOrValues: any[]): Promise<Array<Descriptor<T>>>;

@@ -254,3 +254,3 @@ /**

*/
function join<T>(...promises: Promise<T>[]): Promise<T[]>;
function join<T>(...promises: Array<Promise<T>>): Promise<T[]>;
/**

@@ -257,0 +257,0 @@ * Joins multiple promises into a single returned promise.

{
"name": "@types/when",
"version": "2.4.39",
"version": "2.4.40",
"description": "TypeScript definitions for when",

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

"dependencies": {},
"typesPublisherContentHash": "05fe16bb0844a25dea9592c6bf3e0bd1f4edab0d91029c291a476ee9b3b6e711",
"typesPublisherContentHash": "4d22c676c41695353004e0a0bbeabd51b225eafef73ee5677101117ba77c26c1",
"typeScriptVersion": "4.5"
}

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

### Additional Details
* Last updated: Tue, 07 Nov 2023 15:11:36 GMT
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT
* Dependencies: none

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

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