@types/mysql
Advanced tools
Comparing version 2.15.13 to 2.15.14
@@ -84,3 +84,5 @@ // Type definitions for mysql 2.15 | ||
*/ | ||
export function raw(sql: string): () => string; | ||
export function raw(sql: string): { | ||
toSqlString: () => string | ||
}; | ||
@@ -87,0 +89,0 @@ export interface Connection extends EscapeFunctions { |
{ | ||
"name": "@types/mysql", | ||
"version": "2.15.13", | ||
"version": "2.15.14", | ||
"description": "TypeScript definitions for mysql", | ||
@@ -44,4 +44,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "02b600d234b50559ed1edebbfcffc0863a839ad7763abd90414f2c6078b3bf81", | ||
"typesPublisherContentHash": "21f56a0ca926d5c0ca288d54240c83e6f57eb13959ec4ce56d3f587b929c0b29", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 26 May 2020 23:19:51 GMT | ||
* Last updated: Thu, 18 Jun 2020 21:07:44 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
27791
631