@types/snowflake-sdk
Advanced tools
Comparing version 1.6.2 to 1.6.3
@@ -243,2 +243,7 @@ // Type definitions for snowflake-sdk 1.6 | ||
/** | ||
* Specifies the name of the client application connecting to Snowflake. | ||
*/ | ||
application?: string; | ||
/** | ||
* Specifies the authenticator to use for verifying user login credentials. You can set this to one of the following values: | ||
@@ -245,0 +250,0 @@ * - SNOWFLAKE: Use the internal Snowflake authenticator. You must also set the password option. |
{ | ||
"name": "@types/snowflake-sdk", | ||
"version": "1.6.2", | ||
"version": "1.6.3", | ||
"description": "TypeScript definitions for snowflake-sdk", | ||
@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/snowflake-sdk", | ||
}, | ||
"typesPublisherContentHash": "978da7a3b3995c48d885c238fcc6106a1508db46e8fb4789a3c8ddc2813460de", | ||
"typeScriptVersion": "3.7" | ||
"typesPublisherContentHash": "a25e60f5da14e36a2cb79ba9ec0962fef0df9d0db130786fb71e1bd6808417e3", | ||
"typeScriptVersion": "3.9" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 18 Nov 2021 17:31:36 GMT | ||
* Last updated: Wed, 13 Apr 2022 20:31:24 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
22025
469