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

@cubejs-backend/base-driver

Package Overview
Dependencies
Maintainers
3
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cubejs-backend/base-driver - npm Package Compare versions

Comparing version 0.31.11 to 0.31.13

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [0.31.13](https://github.com/cube-js/cube.js/compare/v0.31.12...v0.31.13) (2022-11-08)
### Features
* export bucket CVS files escape symbol support ([#5570](https://github.com/cube-js/cube.js/issues/5570)) ([09ceffb](https://github.com/cube-js/cube.js/commit/09ceffbefc75417555f8ff90f6277bd9c419d751))
## [0.31.11](https://github.com/cube-js/cube.js/compare/v0.31.10...v0.31.11) (2022-11-02)

@@ -8,0 +19,0 @@

11

dist/src/driver.interface.d.ts

@@ -38,11 +38,18 @@ /// <reference types="node" />

export interface DownloadTableCSVData extends DownloadTableBase {
/**
* An array of unloaded CSV data temporary URLs.
*/
csvFile: string[];
/**
* Some drivers know types of response
* Unloaded data fields types.
*/
types?: TableStructure;
/**
* Some drivers export csv files with no header row.
* Determine whether CSV file contains header or not.
*/
csvNoHeader?: boolean;
/**
* The CSV file escape symbol.
*/
exportBucketCsvEscapeSymbol?: string;
}

@@ -49,0 +56,0 @@ export interface StreamTableData extends DownloadTableBase {

6

package.json

@@ -5,3 +5,3 @@ {

"author": "Cube Dev, Inc.",
"version": "0.31.11",
"version": "0.31.13",
"repository": {

@@ -33,3 +33,3 @@ "type": "git",

"dependencies": {
"@cubejs-backend/shared": "^0.31.0",
"@cubejs-backend/shared": "^0.31.13",
"ramda": "^0.27.0"

@@ -67,3 +67,3 @@ },

},
"gitHead": "37e3849be3db4a5a44c0cc6205851bdcd4c70009"
"gitHead": "a304fb5d37667569e2ee70c633587d096945a7b0"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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