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.34 to 2.4.35

4

when/index.d.ts

@@ -93,3 +93,2 @@ // Type definitions for When 2.4.0

* containing the resolution values of each of the promisesOrValues.
* @memberOf when
*

@@ -170,3 +169,2 @@ * @param promisesOrValues array of anything, may contain a mix

* which will reject if any element of array rejects.
* @memberOf when
*

@@ -180,3 +178,2 @@ * @param promisesOrValues array of anything, may contain a mix

* Generates a potentially infinite stream of promises by repeatedly calling f until predicate becomes true.
* @memberOf when
* @param f function that, given a seed, returns the next value or a promise for it.

@@ -196,3 +193,2 @@ * @param predicate function that receives the current iteration value, and should return truthy when the iterating should stop

* unspool until predicate becomes true. when.unfold allows you to thread additional state information through the iteration.
* @memberOf when
* @param unspool function that, given a seed, returns a [valueToSendToHandler, newSeed] pair.

@@ -199,0 +195,0 @@ * May return an array, array of promises, promise for an array, or promise for an array of promises.

6

when/package.json
{
"name": "@types/when",
"version": "2.4.34",
"version": "2.4.35",
"description": "TypeScript definitions for When",

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

"dependencies": {},
"typesPublisherContentHash": "aba63ca95b57a61585ae83a05686998383c9d962344924409257422fdfecdf68",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "0ef0d23b8e8073ace08b5ce3f8aff95d0a7d22c8ceeb31029dc21f9daf97a586",
"typeScriptVersion": "4.3"
}

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

### Additional Details
* Last updated: Thu, 15 Jul 2021 00:01:29 GMT
* Last updated: Thu, 25 May 2023 20:34:58 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: `When`

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