🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

angular-progress-bar

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-progress-bar - npm Package Compare versions

Comparing version

to
1.0.4-beta6

2

package.json
{
"name": "angular-progress-bar",
"version": "1.0.4-beta5",
"version": "1.0.4-beta6",
"description": "An angular progress-bar",

@@ -5,0 +5,0 @@ "main": "./bundles/progress-bar.umd.js",

export declare class ProgressBarComponent {
progress: number;
color: string;
progress: any;
color: any;
degraded: any;
constructor();
whichColor(percent: string): any;
whichColor(percent: any): any;
whichProgress(progress: any): any;
}

@@ -43,4 +43,4 @@ import { Component, Input } from '@angular/core';

/** Inputs **/
@Input('progress') progress: number;
@Input('color') color: string;
@Input('progress') progress: any;
@Input('color') color: any;
@Input('color-degraded') degraded: any;

@@ -58,3 +58,3 @@

*/
whichColor(percent: string){
whichColor(percent: any){
// Get all entries index as an array

@@ -61,0 +61,0 @@ let k: Array<any> = Object.keys(this.degraded);

Sorry, the diff of this file is not supported yet