Socket
Socket
Sign inDemoInstall

angular-star-rating

Package Overview
Dependencies
2
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.11 to 1.0.12

2

bower.json
{
"name": "angular-star-rating",
"version": "1.0.11",
"version": "1.0.12",
"description": "Angular Star Rating is a Angular1.5 component written in typescript.",

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

@@ -0,1 +1,13 @@

<a name="1.0.12"></a>
## [1.0.12](https://github.com/BioPhoton/angular-star-rating/compare/v1.0.11...v1.0.12) (2016-11-28)
### Bug Fixes
* **build:** rebuild project ([ae41d5a](https://github.com/BioPhoton/angular-star-rating/commit/ae41d5a))
* **dependencies:** edit dependencies in example folder ([44d2870](https://github.com/BioPhoton/angular-star-rating/commit/44d2870))
* **halfstar callback:** fixed half-star callback param ([07b1373](https://github.com/BioPhoton/angular-star-rating/commit/07b1373))
<a name="1.0.11"></a>

@@ -2,0 +14,0 @@ ## [1.0.11](https://github.com/BioPhoton/angular-star-rating/compare/v1.0.10...v1.0.11) (2016-11-28)

{
"name": "angular-star-rating",
"version": "1.0.11",
"version": "1.0.12",
"license": "MIT",

@@ -5,0 +5,0 @@ "keywords": [

@@ -234,3 +234,3 @@ export type starRatingSizes = "small" | "medium" | "large";

//if showHalfStars is true use the hasHalfStarClass function to determine if half a star is visible
this.hasHalfStarClass = (showHalfStars)?this.getHalfStarClass({rating: this.rating}):false;
this.hasHalfStarClass = (showHalfStars)?this.getHalfStarClass(this.rating):false;
this.color = this.getColor(this.rating, this.numOfStars, this.staticColor);

@@ -237,0 +237,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc