Socket
Book a DemoInstallSign in
Socket

@essex/pbi-base

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@essex/pbi-base

Essex PowerBI visual base

latest
Source
npmnpm
Version
0.9.0
Version published
Maintainers
3
Created
Source

CircleCI

Essex PBI Base

A collection of utilities for creating custom visuals.

Notes

Bundling

Implementers should mark powerbi as an externally loaded resource so that the PowerBI client codebase is not bundled into custom visuals.

externals: {
  "powerbi-visuals/lib/powerbi-visuals": "powerbi"
}

Build Support

To use the bundling tasks, add the following to your gulpfile.js

// gulpfile.js
const gulp = require('gulp');
const configure = require("essex.powerbi.base/dist/build_scripts").default;
configure(gulp, __dirname);

Keywords

PowerBI

FAQs

Package last updated on 26 May 2017

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