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 0.0.32 to 0.0.33

5

q/index.d.ts

@@ -171,6 +171,3 @@ // Type definitions for Q

interface PromiseState<T> {
/**
* "fulfilled", "rejected", "pending"
*/
state: string;
state: "fulfilled" | "rejected" | "pending";
value?: T;

@@ -177,0 +174,0 @@ reason?: any;

21

q/package.json
{
"name": "@types/q",
"version": "0.0.32",
"version": "0.0.33",
"description": "TypeScript definitions for Q",
"license": "MIT",
"author": "Barrie Nemetchek <https://github.com/bnemetchek>, Andrew Gaspar <https://github.com/AndrewGaspar/>, John Reilly <https://github.com/johnnyreilly>",
"contributors": [
{
"name": "Barrie Nemetchek",
"url": "https://github.com/bnemetchek"
},
{
"name": "Andrew Gaspar",
"url": "https://github.com/AndrewGaspar/"
},
{
"name": "John Reilly",
"url": "https://github.com/johnnyreilly"
}
],
"main": "",

@@ -15,4 +28,4 @@ "repository": {

"peerDependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "6597b89d57d9ceec9ef1e6af32e2fd02f4582abaf309f8a76f6746ee1af830d5"
"typesPublisherContentHash": "f53cb3d5f2ec96a1cab17f176ae254287c3f3629cab34cac25d8cd59c0deef6e",
"typeScriptVersion": "2.0"
}

@@ -8,9 +8,7 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/q
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/q
Additional Details
* Last updated: Wed, 05 Oct 2016 20:53:38 GMT
* File structure: UMD
* Library Dependencies: none
* Module Dependencies: none
* Last updated: Tue, 14 Mar 2017 19:15:56 GMT
* Dependencies: none
* Global values: Q

@@ -17,0 +15,0 @@

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