Socket
Socket
Sign inDemoInstall

powerbi-models

Package Overview
Dependencies
0
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.2 to 1.3.3

4

dist/models-noexports.d.ts

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

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

@@ -592,2 +592,3 @@ declare type KeyValuePair = {

layout?: IVisualLayout;
autoFocus?: boolean;
}

@@ -602,2 +603,3 @@ interface IVisualResponse {

layout?: IVisualLayout;
autoFocus?: boolean;
}

@@ -604,0 +606,0 @@ interface ICloneVisualResponse extends IVisualResponse {

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

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

@@ -592,2 +592,3 @@ export declare type KeyValuePair = {

layout?: IVisualLayout;
autoFocus?: boolean;
}

@@ -602,2 +603,3 @@ export interface IVisualResponse {

layout?: IVisualLayout;
autoFocus?: boolean;
}

@@ -604,0 +606,0 @@ export interface ICloneVisualResponse extends IVisualResponse {

{
"name": "powerbi-models",
"version": "1.3.2",
"version": "1.3.3",
"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.",

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

"test": "gulp test",
"prepublish": "typings install && gulp build",
"gulp": "gulp",
"typings": "typings"
"prepublish": "gulp build",
"gulp": "gulp"
},

@@ -35,6 +34,7 @@ "files": [

"devDependencies": {
"@types/jasmine": "^3.5.5",
"@types/karma-jasmine": "0.0.31",
"del": "^2.2.1",
"gulp": "^4.0.2",
"gulp-flatten": "^0.2.0",
"gulp-gh-pages": "^0.5.4",
"gulp-header": "^1.8.7",

@@ -44,3 +44,3 @@ "gulp-help-four": "^0.2.3",

"gulp-replace": "^0.5.4",
"gulp-tslint": "^6.0.2",
"gulp-tslint": "^7.1.0",
"gulp-typedoc": "^2.0.0",

@@ -59,9 +59,8 @@ "gulp-uglify": "^1.5.4",

"phantomjs-prebuilt": "^2.1.7",
"ts-loader": "^0.8.2",
"tslint": "^3.14.0",
"ts-loader": "^6.2.1",
"tslint": "^5.20.0",
"typedoc": "^0.15.0",
"typescript": "^2.2.1",
"typings": "^1.3.2",
"webpack": "^1.13.2",
"webpack-stream": "^3.2.0",
"typescript": "^3.8.2",
"webpack": "^4.42.0",
"webpack-stream": "^5.2.1",
"yargs": "^4.7.1"

@@ -68,0 +67,0 @@ },

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc