New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/snowflake-sdk

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/snowflake-sdk - npm Package Compare versions

Comparing version 1.6.1 to 1.6.2

13

snowflake-sdk/index.d.ts

@@ -443,2 +443,6 @@ // Type definitions for snowflake-sdk 1.6

* Establishes a connection if not in a fatal state.
*
* If you set the authenticator option to `EXTERNALBROWSER` (in order to use browser-based SSO) or
* `https://<okta_account_name>.okta.com` (in order to use native SSO through Okta), call the {@link connectAsync}
* method.
*/

@@ -448,2 +452,11 @@ connect(fn: (err: SnowflakeError | undefined, conn: Connection) => void): void;

/**
* Establishes a connection if not in a fatal state.
*
* If you do not set the authenticator option to `EXTERNALBROWSER` (in order to use browser-based SSO) or
* `https://<okta_account_name>.okta.com` (in order to use native SSO through Okta), call the {@link connect}
* method.
*/
connectAsync(fn: (err: SnowflakeError | undefined, conn: Connection) => void): void;
/**
* ### Related Docs

@@ -450,0 +463,0 @@ * - {@link https://docs.snowflake.com/en/user-guide/nodejs-driver-use.html#executing-statements Executing Statements}

4

snowflake-sdk/package.json
{
"name": "@types/snowflake-sdk",
"version": "1.6.1",
"version": "1.6.2",
"description": "TypeScript definitions for snowflake-sdk",

@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/snowflake-sdk",

},
"typesPublisherContentHash": "a6fafa5d1cf964f6afdf974a40b2e6bd9429fffe5dcd35d33e7cbfade180f613",
"typesPublisherContentHash": "978da7a3b3995c48d885c238fcc6106a1508db46e8fb4789a3c8ddc2813460de",
"typeScriptVersion": "3.7"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Fri, 01 Oct 2021 16:01:18 GMT
* Last updated: Thu, 18 Nov 2021 17:31:36 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@ * Global values: none

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc