📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
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.1-beta1

assets/angular-progress-bar-50.PNG

27

package.json
{
"name": "angular-progress-bar",
"version": "1.0.0",
"version": "1.0.1-beta1",
"description": "An angular progress-bar",
"main": "bundles/progress-bar.umd.js",
"module": "src/index.js",
"typings": "src/index.d.ts",
"main": "index.js",
"scripts": {
"transpile": "ngc",
"package": "rollup -c",
"minify": "uglifyjs dist/bundles/progress-bar.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/progress-bar.umd.min.js",
"build": "npm run transpile && npm run package && npm run minify"
},
"author": "Charles GRIMONT",
"license": "MIT",
"repository": {

@@ -29,7 +35,12 @@ "type": "git",

],
"author": "Charles GRIMONT",
"license": "MIT",
"peerDependencies": {
"@angular/core": "^2.4.0 || ^4.0.0 || ^5.0.0"
"devDependencies": {
"@angular/compiler": "4.4.4",
"@angular/compiler-cli": "4.4.4",
"@angular/core": "4.4.4",
"rxjs": "^5.0.1",
"zone.js": "^0.8.4",
"rollup": "^0.50.0",
"typescript": "^2.6.1",
"uglify-js": "^3.1.8"
}
}

@@ -0,0 +0,0 @@ # Angular / Ionic Progress bar component #