Huge News!Announcing our $40M Series B led by Abstract Ventures.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.22 to 1.6.23

30

snowflake-sdk/index.d.ts

@@ -297,2 +297,32 @@ /// <reference types="node" />

accessUrl?: string;
/**
* Specifies the proxy host to use for the connection.
* For details, see {@link https://docs.snowflake.com/en/developer-guide/node-js/nodejs-driver-connect#connecting-through-an-authenticated-proxy Connecting through an authenticated proxy}.
*/
proxyHost?: string;
/**
* Specifies the proxy port to use for the connection.
* For details, see {@link https://docs.snowflake.com/en/developer-guide/node-js/nodejs-driver-connect#connecting-through-an-authenticated-proxy Connecting through an authenticated proxy}.
*/
proxyPort?: number;
/**
* Specifies the protocol to use for the proxy connection. Default value is http.
* For details, see {@link https://docs.snowflake.com/en/developer-guide/node-js/nodejs-driver-connect#connecting-through-an-authenticated-proxy Connecting through an authenticated proxy}.
*/
proxyProtocol?: string;
/**
* Specifies the username to use for the proxy connection.
* For details, see {@link https://docs.snowflake.com/en/developer-guide/node-js/nodejs-driver-connect#connecting-through-an-authenticated-proxy Connecting through an authenticated proxy}.
*/
proxyUser?: string;
/**
* Specifies the password to use for the proxy connection.
* For details, see {@link https://docs.snowflake.com/en/developer-guide/node-js/nodejs-driver-connect#connecting-through-an-authenticated-proxy Connecting through an authenticated proxy}.
*/
proxyPassword?: string;
}

@@ -299,0 +329,0 @@

4

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

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

},
"typesPublisherContentHash": "6052a5489107f15e19ca6fcb92356efc3ad421fff0faea1d73306a194a87f60b",
"typesPublisherContentHash": "71462ad6cfe30e980d592bf2a109921d5a63e816855fbaef626e0f0e6f220738",
"typeScriptVersion": "4.7"
}

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

### Additional Details
* Last updated: Tue, 23 Apr 2024 15:35:48 GMT
* Last updated: Fri, 03 May 2024 22:35:13 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node), [generic-pool](https://npmjs.com/package/generic-pool)

@@ -14,0 +14,0 @@

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