You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@eeacms/tableau-api-js

Package Overview
Dependencies
Maintainers
9
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eeacms/tableau-api-js

Package with latest tableau api scripts

1.1.1
latest
Source
npmnpm
Version published
Weekly downloads
0
Maintainers
9
Weekly downloads
 
Created
Source

tableau-api-js

Package with latest tableau api scripts

How to use

  "dependencies": {
    "tableau-api-js": "github:eea/tableau-api-js#1.1.0"
  }
import { tableauVersions, getLatestTableauVersion } from 'tableau-api-js';
import loadTableauApi from 'tableau-api-js';

let tableau;

console.log(tableauVersions) // Array with all available versions

loadTableauApi(getLatestTableauVersion())
  .then((response) => {
    // Tableau can be accesed from window.tableau
    // or you can set a global variable from loadTableauApi response
    tableau = response.tableau;
    message = response.message;
  })
  .catch((error) => {
    console.log(error.message);
  })

This is intended to be used with Volto tableau

Keywords

volto-addon

FAQs

Package last updated on 24 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts