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

reveal-sdk

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reveal-sdk

Client side library for Reveal Embedded

  • 1.0.2012-rc
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 31 Aug 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

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