Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cellstore-tableau

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cellstore-tableau - npm Package Compare versions

Comparing version 1.4.1 to 1.5.0

2

index.ts

@@ -109,3 +109,3 @@ import * as _ from "lodash";

*/
export const init = (factTableAccessor, autosubmit: boolean) => {
export const init = (factTableAccessor, autosubmit = true) => {
let table;

@@ -112,0 +112,0 @@ let connector = tableau.makeConnector();

@@ -10,2 +10,2 @@ export declare const isTableau: boolean;

};
export declare const init: (factTableAccessor: any, autosubmit: boolean) => void;
export declare const init: (factTableAccessor: any, autosubmit?: boolean) => void;
{
"name": "cellstore-tableau",
"version": "1.4.1",
"version": "1.5.0",
"description": "Tableau web data connector integration for the cellstore",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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