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

14

dist/models-noexports.d.ts

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

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

@@ -70,2 +70,7 @@ declare type KeyValuePair = {

}
declare enum HyperlinkClickBehavior {
Navigate = 0,
NavigateAndRaiseEvent = 1,
RaiseEvent = 2
}
interface IVisualLayout {

@@ -109,2 +114,5 @@ x?: number;

}
interface IDatasetBinding {
datasetId: string;
}
declare enum Permissions {

@@ -438,2 +446,4 @@ Read = 0,

theme?: IReportTheme;
embedUrl?: string;
datasetBinding?: IDatasetBinding;
}

@@ -454,2 +464,3 @@ interface IReportCreateConfiguration {

tokenType?: TokenType;
embedUrl?: string;
}

@@ -473,2 +484,3 @@ interface ITileLoadConfiguration {

hideErrors?: boolean;
hyperlinkClickBehavior?: HyperlinkClickBehavior;
layoutType?: LayoutType;

@@ -475,0 +487,0 @@ navContentPaneEnabled?: boolean;

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

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

@@ -70,2 +70,7 @@ export declare type KeyValuePair = {

}
export declare enum HyperlinkClickBehavior {
Navigate = 0,
NavigateAndRaiseEvent = 1,
RaiseEvent = 2
}
export interface IVisualLayout {

@@ -109,2 +114,5 @@ x?: number;

}
export interface IDatasetBinding {
datasetId: string;
}
export declare enum Permissions {

@@ -438,2 +446,4 @@ Read = 0,

theme?: IReportTheme;
embedUrl?: string;
datasetBinding?: IDatasetBinding;
}

@@ -454,2 +464,3 @@ export interface IReportCreateConfiguration {

tokenType?: TokenType;
embedUrl?: string;
}

@@ -473,2 +484,3 @@ export interface ITileLoadConfiguration {

hideErrors?: boolean;
hyperlinkClickBehavior?: HyperlinkClickBehavior;
layoutType?: LayoutType;

@@ -475,0 +487,0 @@ navContentPaneEnabled?: boolean;

4

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

@@ -58,3 +58,3 @@ "main": "dist/models.js",

"tslint": "^3.14.0",
"typedoc": "^0.4.4",
"typedoc": "^0.15.0",
"typescript": "^2.2.1",

@@ -61,0 +61,0 @@ "typings": "^1.3.2",

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