New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
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 1.0.6 to 1.0.7-beta1

2

package.json
{
"name": "angular-progress-bar",
"version": "1.0.6",
"version": "1.0.7-beta1",
"description": "An angular progress-bar",

@@ -5,0 +5,0 @@ "author": "Charles GRIMONT",

@@ -24,6 +24,7 @@ import { Component, Input } from '@angular/core';

`],
template:
"<div class=\"progress-outer\">\n" +
" <div class=\"progress-inner\" [style.width]=\"progress + '%'\" [style.background-color]=\"color != null ? color : '#488aff'\">\n" +
" {{progress}}%\n" +
" <div class=\"progress-inner\" [style.width]=\"whichProgress(progress) + '%'\" [style.background-color]=\"degraded == null ? color : whichColor(progress)\">\n" +
" {{whichProgress(progress)}}%\n" +
"</div>\n" +

@@ -30,0 +31,0 @@ "</div>"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc