@types/twilio
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "@types/twilio", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "TypeScript definitions for twilio", | ||
@@ -14,6 +14,7 @@ "license": "MIT", | ||
"dependencies": { | ||
"@types/express": "4.0.*", | ||
"@types/q": "0.0.*" | ||
"@types/express": "*", | ||
"@types/q": "*" | ||
}, | ||
"typings": "twilio.d.ts" | ||
"typings": "twilio.d.ts", | ||
"typesPublisherContentHash": "5f24450153bf52c822937bab84030bd6718f8366040e56b2c085a7f01c1d0210" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 25 Aug 2016 16:56:11 GMT | ||
* Last updated: Mon, 12 Sep 2016 17:13:58 GMT | ||
* File structure: ProperModule | ||
@@ -14,0 +14,0 @@ * Library Dependencies: none |
@@ -8,3 +8,3 @@ // Type definitions for twilio | ||
/// <reference types="node" /> | ||
/// <reference path="../q/Q.d.ts" /> | ||
/// <reference path="../q/index.d.ts" /> | ||
@@ -14,3 +14,3 @@ import * as express from 'express'; | ||
import q = require('q'); | ||
import Q = require('q'); | ||
@@ -877,2 +877,2 @@ export interface twilio { | ||
} | ||
} |
@@ -26,3 +26,3 @@ { | ||
"hasPackageJson": false, | ||
"contentHash": "831c72486a956a05f1c1737d25caeadb95908252237ada98c3ff413e3502afe5" | ||
"contentHash": "5f24450153bf52c822937bab84030bd6718f8366040e56b2c085a7f01c1d0210" | ||
} |
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
31861
725
+ Added@types/express@5.0.0(transitive)
+ Added@types/q@1.5.8(transitive)
- Removed@types/express@4.0.39(transitive)
- Removed@types/q@0.0.43(transitive)
Updated@types/express@*
Updated@types/q@*