Socket
Socket
Sign inDemoInstall

@types/q

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/q - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

6

q/index.d.ts

@@ -33,3 +33,3 @@ // Type definitions for Q 1.0

reject(reason: any): void;
reject(reason?: any): void;

@@ -149,3 +149,3 @@ notify(value: any): void;

*/
thenReject(reason: any): Promise<T>;
thenReject(reason?: any): Promise<T>;

@@ -329,3 +329,3 @@ /**

export function Promise<T>(resolver: (resolve: (val?: IWhenable<T>) => void, reject: (reason: any) => void, notify: (progress: any) => void) => void): Promise<T>;
export function Promise<T>(resolver: (resolve: (val?: IWhenable<T>) => void, reject: (reason?: any) => void, notify: (progress: any) => void) => void): Promise<T>;

@@ -332,0 +332,0 @@ /**

{
"name": "@types/q",
"version": "1.0.4",
"version": "1.0.5",
"description": "TypeScript definitions for Q",

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

"dependencies": {},
"typesPublisherContentHash": "363894fe7e17c5de0a0403d380105d10dfca86effac2325b48e62dc666af7bb9",
"typesPublisherContentHash": "e05a1fc1960612736a170d90881b6857c4b47ad064b0cadfd3ccbe1cdefec940",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Mon, 21 Aug 2017 21:59:27 GMT
* Last updated: Wed, 23 Aug 2017 17:50:59 GMT
* Dependencies: none

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

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