@types/mysql
Advanced tools
Comparing version 2.15.11 to 2.15.12
@@ -369,3 +369,3 @@ // Type definitions for mysql 2.15 | ||
(options: string, values: any, callback?: queryCallback): Query; | ||
(options: string | QueryOptions, values: any, callback?: queryCallback): Query; | ||
} | ||
@@ -372,0 +372,0 @@ |
{ | ||
"name": "@types/mysql", | ||
"version": "2.15.11", | ||
"version": "2.15.12", | ||
"description": "TypeScript definitions for mysql", | ||
@@ -44,4 +44,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "12f22b8254f776a089496241138907f8e247b1f8f15b45ba3ba6e18035008d04", | ||
"typesPublisherContentHash": "9325c9ee605ac19a49c125c36f187016040a93f7e77af2958a489d52c49df6d0", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 15 May 2020 11:31:17 GMT | ||
* Last updated: Fri, 22 May 2020 03:54:58 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -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
27647