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.9 to 1.6.10

14

snowflake-sdk/index.d.ts

@@ -166,2 +166,8 @@ // Type definitions for snowflake-sdk 1.6

export interface StreamOptions {
start?: number;
end?: number;
fetchAsString?: Array<'String' | 'Boolean' | 'Number' | 'Date' | 'JSON' | 'Buffer'> | undefined;
}
/**

@@ -457,3 +463,9 @@ * ### Related Docs

streamRows(): Readable;
/**
* Streams the rows in this statement's result. If start and end values are
* specified, only rows in the specified range are streamed.
*
* @param StreamOptions options
*/
streamRows(options?: StreamOptions): Readable;
}

@@ -460,0 +472,0 @@

4

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

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

},
"typesPublisherContentHash": "3288d2ace04c041863aef3b2423d34d7fa017ae8a57f2c79d6924b7046fc6e08",
"typesPublisherContentHash": "b9e07df990218067192efb60b38363112207a0a0920eb23f189132888009f66f",
"typeScriptVersion": "4.1"
}

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

### Additional Details
* Last updated: Mon, 07 Nov 2022 20:33:54 GMT
* Last updated: Wed, 23 Nov 2022 18:11:55 GMT
* Dependencies: [@types/generic-pool](https://npmjs.com/package/@types/generic-pool), [@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