@types/twilio
Advanced tools
Comparing version 0.0.10 to 2.11.0
@@ -1,4 +0,6 @@ | ||
// Type definitions for twilio | ||
// Type definitions for twilio 2.11 | ||
// Project: https://github.com/twilio/twilio-node | ||
// Definitions by: nickiannone <https://github.com/nickiannone>, Ashley Brener <https://github.com/ashleybrener> | ||
// Definitions by: nickiannone <https://github.com/nickiannone> | ||
// Ashley Brener <https://github.com/ashleybrener> | ||
// Anthony Messerschmidt <https://github.com/CatGuardian> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -54,3 +56,3 @@ // TypeScript Version: 2.3 | ||
export interface RequestCallback { (err: any, data: any, response: Http.IncomingMessage): void; } | ||
export interface RequestCallback { (err: any, data: any): void; } | ||
@@ -57,0 +59,0 @@ export interface RestMethod { |
{ | ||
"name": "@types/twilio", | ||
"version": "0.0.10", | ||
"version": "2.11.0", | ||
"description": "TypeScript definitions for twilio", | ||
@@ -16,17 +16,24 @@ "license": "MIT", | ||
"githubUsername": "ashleybrener" | ||
}, | ||
{ | ||
"name": "Anthony Messerschmidt", | ||
"url": "https://github.com/CatGuardian", | ||
"githubUsername": "CatGuardian" | ||
} | ||
], | ||
"main": "", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/twilio" | ||
}, | ||
"scripts": {}, | ||
"dependencies": { | ||
"@types/q": "^0", | ||
"@types/express": "*", | ||
"@types/node": "*" | ||
"@types/node": "*", | ||
"@types/q": "^0" | ||
}, | ||
"typesPublisherContentHash": "bb17ed3ad907f8e0095d325c6ac9c70c87742f13059c646bbafaca4bd77f3e9c", | ||
"typeScriptVersion": "2.3" | ||
"typesPublisherContentHash": "7362e084cbc7acf59947132234acad55377d9b1d2681674c0bf83b378e3ccc65", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/twilio | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/twilio. | ||
Additional Details | ||
* Last updated: Thu, 27 Sep 2018 12:34:31 GMT | ||
* Dependencies: q, express, http, node | ||
### Additional Details | ||
* Last updated: Fri, 20 Dec 2019 07:06:55 GMT | ||
* Dependencies: [@types/q](https://npmjs.com/package/@types/q), [@types/express](https://npmjs.com/package/@types/express), [@types/node](https://npmjs.com/package/@types/node) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by nickiannone <https://github.com/nickiannone>, Ashley Brener <https://github.com/ashleybrener>. | ||
These definitions were written by nickiannone (https://github.com/nickiannone), Ashley Brener (https://github.com/ashleybrener), and Anthony Messerschmidt (https://github.com/CatGuardian). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
709
1
32399