Socket
Socket
Sign inDemoInstall

powerbi-models

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

powerbi-models - npm Package Compare versions

Comparing version 1.9.4 to 1.9.5

9

dist/models.d.ts

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

// powerbi-models v1.9.4
// powerbi-models v1.9.5
// Copyright (c) Microsoft Corporation.

@@ -88,2 +88,8 @@ // Licensed under the MIT License.

}
export declare enum ReportAlignment {
Left = 0,
Center = 1,
Right = 2,
None = 3
}
export interface ICustomLayout {

@@ -93,2 +99,3 @@ pageSize?: IPageSize;

pagesLayout?: PagesLayout;
reportAlignment?: ReportAlignment;
}

@@ -95,0 +102,0 @@ export interface IReport {

2

package.json
{
"name": "powerbi-models",
"version": "1.9.4",
"version": "1.9.5",
"description": "Contains JavaScript & TypeScript object models for Microsoft Power BI JavaScript SDK. For each model there is a TypeScript interface, and a validation function to ensure and object is valid.",

@@ -5,0 +5,0 @@ "main": "dist/models.js",

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

Sorry, the diff of this file is not supported yet

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