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.33 to 2.4.34

6

when/index.d.ts

@@ -290,3 +290,3 @@ // Type definitions for When 2.4.0

onFulfilled: ((value: T) => TResult | Thenable<TResult>),
onRejected?: ((reason: any) => TResult | Thenable<TResult>) | undefined | null,
onRejected?: ((reason: any) => TResult | Thenable<TResult>) | null,
onProgress?: (update: any) => void

@@ -300,4 +300,4 @@ ): Promise<TResult>;

then(
onFulfilled?: ((value: T) => T | Thenable<T>) | undefined | null,
onRejected?: ((reason: any) => T | Thenable<T>) | undefined | null,
onFulfilled?: ((value: T) => T | Thenable<T>) | null,
onRejected?: ((reason: any) => T | Thenable<T>) | null,
onProgress?: (update: any) => void

@@ -304,0 +304,0 @@ ): Promise<T>;

{
"name": "@types/when",
"version": "2.4.33",
"version": "2.4.34",
"description": "TypeScript definitions for When",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/when",
"license": "MIT",

@@ -19,10 +20,12 @@ "contributors": [

"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/when"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "3a4324f13484b733a6f75db6071a85fa80f1b9b283c15742aa13498c82550580",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "aba63ca95b57a61585ae83a05686998383c9d962344924409257422fdfecdf68",
"typeScriptVersion": "3.6"
}

@@ -8,10 +8,10 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/when
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/when.
Additional Details
* Last updated: Tue, 11 Sep 2018 00:08:42 GMT
### Additional Details
* Last updated: Thu, 15 Jul 2021 00:01:29 GMT
* Dependencies: none
* Global values: When
* Global values: `When`
# Credits
These definitions were written by Derek Cicerone <https://github.com/derekcicerone>, Wim Looman <https://github.com/Nemo157>.
These definitions were written by [Derek Cicerone](https://github.com/derekcicerone), and [Wim Looman](https://github.com/Nemo157).

Sorry, the diff of this file is not supported yet

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