You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

angular-powerbi

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-powerbi - npm Package Compare versions

Comparing version

to
1.0.0-beta.4

.vscode/tasks.json

5

gulpfile.js

@@ -15,6 +15,7 @@ var gulp = require('gulp-help')(require('gulp'));

gulp.task('build', function (done) {
gulp.task('build', 'Build all code for distribution', function (done) {
runSequence(
'clean',
['compile:src', 'compile:spec'],
['copy', 'min:js'],
done

@@ -24,3 +25,3 @@ )

gulp.task('test', function (done) {
gulp.task('test', 'Builds all code and runs tests', function (done) {
runSequence(

@@ -27,0 +28,0 @@ 'clean',

6

jspm.config.js

@@ -12,2 +12,5 @@ SystemJS.config({

}
},
map: {
"angular-powerbi": "local:angular-powerbi@0.1.0"
}

@@ -24,5 +27,6 @@ });

map: {
"angular-powerbi": "local:angular-powerbi@0.1.0",
"angular": "npm:angular@1.5.5",
"os": "github:jspm/nodelibs-os@0.2.0-alpha",
"plugin-typescript": "github:frankwallis/plugin-typescript@4.0.5",
"powerbi-client": "npm:powerbi-client@2.0.0-beta.6",
"process": "github:jspm/nodelibs-process@0.2.0-alpha"

@@ -29,0 +33,0 @@ },

{
"name": "angular-powerbi",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"description": "Angular library which contains components to embed PowerBi visuals.",

@@ -21,3 +21,3 @@ "main": "dist/angular-powerbi.js",

"angular": "^1.5.3",
"powerbi-client": "2.0.0-beta.4"
"powerbi-client": "2.0.0-beta.6"
},

@@ -60,3 +60,3 @@ "devDependencies": {

"angular": "^1.5.3",
"powerbi-client": "2.0.0-beta.4"
"powerbi-client": "2.0.0-beta.6"
},

@@ -71,2 +71,13 @@ "devDependencies": {

"overrides": {
"npm:angular@1.5.5": {
"format": "global",
"jspmNodeConversion": false,
"main": "angular",
"meta": {
"angular.js": {
"exports": "angular",
"format": "global"
}
}
},
"npm:typescript@1.8.9": {

@@ -73,0 +84,0 @@ "browser": {},

Sorry, the diff of this file is not supported yet