@types/snowflake-sdk
Advanced tools
Comparing version 1.6.3 to 1.6.4
@@ -5,2 +5,3 @@ // Type definitions for snowflake-sdk 1.6 | ||
// Mauricio Rojas <https://github.com/orellabac> | ||
// Ron Jones <https://github.com/boatilus> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -10,2 +11,4 @@ | ||
import { Pool, Options as PoolOptions } from 'generic-pool'; | ||
/** | ||
@@ -549,1 +552,6 @@ * ### Related Docs | ||
export function configure(options?: ConfigureOptions): void; | ||
/** | ||
* Creates a connection pool for Snowflake connections. | ||
*/ | ||
export function createPool(options: ConnectionOptions, poolOptions?: PoolOptions): Pool<Connection>; |
{ | ||
"name": "@types/snowflake-sdk", | ||
"version": "1.6.3", | ||
"version": "1.6.4", | ||
"description": "TypeScript definitions for snowflake-sdk", | ||
@@ -17,2 +17,7 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/snowflake-sdk", | ||
"githubUsername": "orellabac" | ||
}, | ||
{ | ||
"name": "Ron Jones", | ||
"url": "https://github.com/boatilus", | ||
"githubUsername": "boatilus" | ||
} | ||
@@ -29,6 +34,7 @@ ], | ||
"dependencies": { | ||
"@types/generic-pool": "*", | ||
"@types/node": "*" | ||
}, | ||
"typesPublisherContentHash": "a25e60f5da14e36a2cb79ba9ec0962fef0df9d0db130786fb71e1bd6808417e3", | ||
"typesPublisherContentHash": "9d36dcf6b0a38d2f940965ecfdf72834ae52c276cb60130f657dcb8096a378ee", | ||
"typeScriptVersion": "3.9" | ||
} |
@@ -11,7 +11,7 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 13 Apr 2022 20:31:24 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
* Last updated: Sat, 07 May 2022 20:31:35 GMT | ||
* Dependencies: [@types/generic-pool](https://npmjs.com/package/@types/generic-pool), [@types/node](https://npmjs.com/package/@types/node) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by [Hunter Tunnicliff](https://github.com/htunnicliff), and [Mauricio Rojas](https://github.com/orellabac). | ||
These definitions were written by [Hunter Tunnicliff](https://github.com/htunnicliff), [Mauricio Rojas](https://github.com/orellabac), and [Ron Jones](https://github.com/boatilus). |
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
22605
475
2
+ Added@types/generic-pool@*
+ Added@types/generic-pool@3.8.3(transitive)
+ Addedgeneric-pool@3.9.0(transitive)