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

9

dist/models-noexports.d.ts

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

/*! powerbi-models v1.5.0 | (c) 2016 Microsoft Corporation MIT */
/*! powerbi-models v1.6.0 | (c) 2016 Microsoft Corporation MIT */
declare const Validators: any;

@@ -626,2 +626,5 @@ declare type KeyValuePair = {

}
interface ICaptureBookmarkOptions {
personalizeVisuals?: boolean;
}
interface IPlayBookmarkRequest {

@@ -642,2 +645,5 @@ playMode: BookmarksPlayMode;

}
interface ICaptureBookmarkRequest {
options: ICaptureBookmarkOptions;
}
interface IExportDataRequest {

@@ -819,2 +825,3 @@ rows?: number;

declare function validateApplyBookmarkStateRequest(input: any): IError[];
declare function validateCaptureBookmarkRequest(input: any): IError[];
declare function validateSettings(input: any): IError[];

@@ -821,0 +828,0 @@ declare function validatePanes(input: any): IError[];

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

/*! powerbi-models v1.5.0 | (c) 2016 Microsoft Corporation MIT */
/*! powerbi-models v1.6.0 | (c) 2016 Microsoft Corporation MIT */
export declare const Validators: any;

@@ -626,2 +626,5 @@ export declare type KeyValuePair = {

}
export interface ICaptureBookmarkOptions {
personalizeVisuals?: boolean;
}
export interface IPlayBookmarkRequest {

@@ -642,2 +645,5 @@ playMode: BookmarksPlayMode;

}
export interface ICaptureBookmarkRequest {
options: ICaptureBookmarkOptions;
}
export interface IExportDataRequest {

@@ -819,2 +825,3 @@ rows?: number;

export declare function validateApplyBookmarkStateRequest(input: any): IError[];
export declare function validateCaptureBookmarkRequest(input: any): IError[];
export declare function validateSettings(input: any): IError[];

@@ -821,0 +828,0 @@ export declare function validatePanes(input: any): IError[];

2

package.json
{
"name": "powerbi-models",
"version": "1.5.0",
"version": "1.6.0",
"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