New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

powerbi-visuals-api

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

powerbi-visuals-api - npm Package Compare versions

Comparing version 3.8.3 to 3.8.4

3

CHANGELOG.md
# Change Log - Power BI Custom Visuals API
## 3.8.4
* Fixed `create` interface.
## 3.8.3

@@ -4,0 +7,0 @@ * `supportEnhancedTooltips` : added the "supportEnhancedTooltips" as a capability, it enables modern visual tooltip which includes data point drill actions and updated styling.

2

index.d.ts

@@ -109,3 +109,3 @@ declare namespace powerbi {

/** Function to call to create the visual. */
create: (options?: extensibility.VisualConstructorOptions) => extensibility.IVisual;
create: (options?: extensibility.visual.VisualConstructorOptions) => extensibility.IVisual;

@@ -112,0 +112,0 @@ /** Function to call to create a modal dialog. */

{
"name": "powerbi-visuals-api",
"version": "3.8.3",
"version": "3.8.4",
"description": "Power BI Custom Visuals API type definitions for typescript",

@@ -20,6 +20,6 @@ "types": "index",

"dependencies": {
"semver": "^7.3.2"
"semver": "^7.3.5"
},
"devDependencies": {
"jasmine": "^3.5.0"
"jasmine": "^3.9.0"
},

@@ -26,0 +26,0 @@ "scripts": {

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