🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

angular2-progressbar

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular2-progressbar - npm Package Compare versions

Comparing version
0.3.0
to
0.4.0
+2
-2
dist/progressbar.d.ts

@@ -34,3 +34,3 @@ export declare type Easing = string;

to?: any;
step?: (state, bar, attachment) => void;
step?: (state: any, circle: any, attachment: any) => void;
warnings?: boolean;

@@ -43,5 +43,5 @@ }

to?: any;
step?: (state, circle, attachment) => void;
step?: (state: any, circle: any, attachment: any) => void;
}
export declare namespace ProgressBar {
}
{
"name": "angular2-progressbar",
"version": "0.3.0",
"version": "0.4.0",
"description": "Angular2 component for progressbarjs",

@@ -5,0 +5,0 @@ "main": "dist/index.js",