Socket
Socket
Sign inDemoInstall

@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.40 to 2.4.41

2

when/index.d.ts

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

predicate: (value: U) => boolean,
// eslint-disable-next-line @typescript-eslint/no-invalid-void-type
handler: (value: U) => Promise<any> | void,

@@ -237,2 +238,3 @@ seed: U | Promise<U>,

predicate: (value: U) => boolean | Promise<boolean>,
// eslint-disable-next-line @typescript-eslint/no-invalid-void-type
handler: (value: T) => Promise<any> | void,

@@ -239,0 +241,0 @@ seed: U | Promise<U>,

4

when/package.json
{
"name": "@types/when",
"version": "2.4.40",
"version": "2.4.41",
"description": "TypeScript definitions for when",

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

"dependencies": {},
"typesPublisherContentHash": "4d22c676c41695353004e0a0bbeabd51b225eafef73ee5677101117ba77c26c1",
"typesPublisherContentHash": "ea3cb2dca9fae437e19b560715d61b7b6a29caaf2394b9ae7e7ba174f5210b9c",
"typeScriptVersion": "4.5"
}

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

### Additional Details
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT
* Last updated: Wed, 22 Nov 2023 00:24:48 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