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.2.1 to 2.2.2

3

CHANGELOG.md

@@ -1,2 +0,3 @@

# Change Log - Power BI Cusrom Visuals API
## 2.2.2
* Adds `fontFamily` into schema for capabilities.json

@@ -3,0 +4,0 @@ ## 2.2.1

@@ -5,2 +5,3 @@ const semver = require('semver');

let apiVersion = `${semver.major(packageVersion)}.${semver.minor(packageVersion)}.0`;
exports.version = apiVersion;

@@ -7,0 +8,0 @@

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

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

@@ -1014,2 +1014,6 @@ {

"description": "Displays a slider that allows the user to choose a font size in points"
},
"fontFamily": {
"type": "boolean",
"description": "Displays a dropdown with font families"
}

@@ -1033,2 +1037,7 @@ },

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

@@ -1035,0 +1044,0 @@ ]

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