@types/twit
Advanced tools
Comparing version 2.2.13 to 2.2.14
@@ -27,3 +27,3 @@ // Type definitions for twit 2.2 | ||
id: number, | ||
id_str: number, | ||
id_str: string, | ||
screen_name: string, | ||
@@ -173,3 +173,3 @@ } | ||
id: number, | ||
id_str: number, | ||
id_str: string, | ||
}, | ||
@@ -262,3 +262,3 @@ entities: Entities, | ||
status?: string, | ||
user_id?: number, | ||
user_id?: number | string, | ||
lat?: number, | ||
@@ -265,0 +265,0 @@ long?: number, |
{ | ||
"name": "@types/twit", | ||
"version": "2.2.13", | ||
"version": "2.2.14", | ||
"description": "TypeScript definitions for twit", | ||
@@ -34,4 +34,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "14a1697b1de1f5b5315c563b5e02e34d7538cb0fbeb63150f14c4caff751ee32", | ||
"typesPublisherContentHash": "e31fc5cd9280b674d51c608b9e4fcc331f3cffaa64722783f1d03b8b682ea488", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 31 May 2018 23:51:11 GMT | ||
* Last updated: Thu, 21 Jun 2018 00:15:28 GMT | ||
* Dependencies: http, events, node, geojson | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
12015