@types/twilio
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -54,3 +54,3 @@ // Type definitions for twilio | ||
export interface RequestCallback { (err: any, data: any, response: Http.ClientResponse): void; } | ||
export interface RequestCallback { (err: any, data: any, response: Http.IncomingMessage): void; } | ||
@@ -57,0 +57,0 @@ export interface RestMethod { |
{ | ||
"name": "@types/twilio", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "TypeScript definitions for twilio", | ||
@@ -9,7 +9,9 @@ "license": "MIT", | ||
"name": "nickiannone", | ||
"url": "https://github.com/nickiannone" | ||
"url": "https://github.com/nickiannone", | ||
"githubUsername": "nickiannone" | ||
}, | ||
{ | ||
"name": "Ashley Brener", | ||
"url": "https://github.com/ashleybrener" | ||
"url": "https://github.com/ashleybrener", | ||
"githubUsername": "ashleybrener" | ||
} | ||
@@ -20,3 +22,3 @@ ], | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
@@ -29,5 +31,4 @@ "scripts": {}, | ||
}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "60273e890c752350e10a3e05c87a5d45ed263cfb619ab5b684808498f24f0483", | ||
"typesPublisherContentHash": "bb17ed3ad907f8e0095d325c6ac9c70c87742f13059c646bbafaca4bd77f3e9c", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.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, 15 Jun 2017 20:23:46 GMT | ||
* Last updated: Thu, 27 Sep 2018 12:34:31 GMT | ||
* Dependencies: q, express, http, node | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
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
32787