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 2.6.0 to 2.6.1

4

CHANGELOG.md
# Change Log - Power BI Cusrom Visuals API
## 2.6.1
* Add `fontFamily` as one of required properties of `formatting` object type.
* Add `supportsMultiVisualSelection` to schema.
## 2.6.0

@@ -4,0 +8,0 @@ * `subtotals` property specifies subtotal customizations applied in customizeQuery method

2

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

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

@@ -54,2 +54,6 @@ {

},
"supportsMultiVisualSelection": {
"type": "boolean",
"description": "Indicates whether the visual supports multi selection"
},
"subtotals": {

@@ -1049,2 +1053,7 @@ "description": "Specifies the subtotal customizations applied in the customizeQuery method",

]
},
{
"required": [
"fontFamily"
]
}

@@ -1328,2 +1337,2 @@ ]

}
}
}
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