Socket
Socket
Sign inDemoInstall

reveal-sdk

Package Overview
Dependencies
32
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    reveal-sdk

Client side library for Reveal Embedded


Version published
Maintainers
1
Created

Readme

Source

Reveal Embed client side component

Install

npm install reveal-sdk

Use

You can access the api by importing reveal-sdk

import { RevealView } from "reveal-sdk"

var revealView = new RevealView("#revealHostSelector");

or require it like:

const Reveal = require('reveal-sdk');

var revealView = new Reveal.RevealView("#revealHostSelector");

You need to make sure that you have the following loaded before accessing the api:

  1. jquery
  2. dayjs
  3. quill
  4. node_modeuls/reveal-sdk/dist/reveal.core.js

Help

https://help.revealbi.io/en/developer/web-sdk/overview.html
https://help.revealbi.io/api/javascript/latest/ https://www.revealbi.io/help/developer/release-notes

Release notes

https://help.revealbi.io/en/developer/release-information/release-notes.html

Keywords

FAQs

Last updated on 31 Aug 2021

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc