Huge News!Announcing our $40M Series B led by Abstract Ventures.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 5.7.0 to 5.8.0

src/on-object-formatting-api.d.ts

9

CHANGELOG.md
# Change Log - Power BI Custom Visuals API
## 5.8.0
* `storageV2Service` : Enables visuals to use the browser's local storage.
* Support For OnObject Formatting:
- Adds OnObject Formatting interfaces.
- visualOnObjectFormatting: Contains the get APIs of the onObject.
- `subSelectionService`: Enables visuals to send subSelections and outlines to PowerBI.
- Adds 2 capabilities: `supportsOnObjectFormatting` and `enablePointerEventsFormatMode`.
- Adds `subSelections` and `formatMode` in `VisualUpdateOptions` interface.
## 5.7.0

@@ -3,0 +12,0 @@ * `acquireAADTokenService` : Enables visuals to obtain Microsoft Entra ID (formerly known as Azure AD) access tokens for signed-in users.

3

index.d.ts

@@ -7,2 +7,5 @@ // Powerbi visuals APIs

// Powerbi onobject formatting APIs
/// <reference path='./src/on-object-formatting-api.d.ts'/>
export default powerbi;

2

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

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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