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.3 to 1.6.4

8

snowflake-sdk/index.d.ts

@@ -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>;

10

snowflake-sdk/package.json
{
"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"
}

6

snowflake-sdk/README.md

@@ -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).
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