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.6.0 to 3.7.0

3

CHANGELOG.md
# Change Log - Power BI Custom Visuals API
## 3.7.0
* `displayWarningIcon` : enables visuals to display a warning icon with customized text and details.
## 3.6.0

@@ -4,0 +7,0 @@ * `supportsEmptyDataView` : added the "supportsEmptyDataView" as a capability, enables visuals to receive formatting properties even if they don't have any data roles.

@@ -1505,2 +1505,3 @@ declare namespace powerbi {

hostEnv: powerbi.common.CustomVisualHostEnv;
displayWarningIcon: (hoverText: string, detailedText: string) => void;
}

@@ -1507,0 +1508,0 @@

2

package.json
{
"name": "powerbi-visuals-api",
"version": "3.6.0",
"version": "3.7.0",
"description": "Power BI Custom Visuals API type definitions for typescript",

@@ -5,0 +5,0 @@ "types": "index",

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