Socket
Socket
Sign inDemoInstall

@types/q

Package Overview
Dependencies
0
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.3 to 1.5.4

7

q/index.d.ts

@@ -288,3 +288,8 @@ // Type definitions for Q 1.5

// If a non-promise value is provided, it will not reject or progress
export function when<T, U>(value: IWhenable<T>, onFulfilled: (val: T) => IWhenable<U>, onRejected?: ((reason: any) => IWhenable<U>) | null, onProgress?: ((progress: any) => any) | null): Promise<U>;
export function when<T, U>(
value: IWhenable<T>,
onFulfilled: (val: T) => IWhenable<U>,
onRejected?: ((reason: any) => IWhenable<U>) | null,
onProgress?: ((progress: any) => any) | null
): Promise<U>;

@@ -291,0 +296,0 @@ /**

4

q/package.json
{
"name": "@types/q",
"version": "1.5.3",
"version": "1.5.4",
"description": "TypeScript definitions for Q",

@@ -42,4 +42,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "87a8fc5bb3b44cce66c05b0d26d6fe564f24b41c65949ea6727cb21eab63aeb6",
"typesPublisherContentHash": "468c45fb0acfd51599db9fd0186f40568f238a731e9d591452de2c66ac244221",
"typeScriptVersion": "3.0"
}

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

### Additional Details
* Last updated: Fri, 15 May 2020 11:32:02 GMT
* Last updated: Fri, 15 May 2020 23:04:11 GMT
* Dependencies: none

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc