Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angular-star-rating

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-star-rating - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

2

package.json
{
"name": "angular-star-rating",
"description": "Angular Star Rating is a Angular2 component written in typescript.",
"version": "2.0.2",
"version": "2.0.3",
"scripts": {

@@ -6,0 +6,0 @@ "build": "ngc -p tsconfig.json",

@@ -442,2 +442,10 @@ # Angular Star Rating ⭐⭐⭐⭐⭐

**hoverEnabled**: boolean (Optional)
An or disable hover interaction.
Default: false
Potions: true, false
```html
<star-rating-comp [hoverEnabled]="true"></star-rating-comp>
```
**onHoverRatingChange**: Function (Optional)

@@ -447,3 +455,3 @@ Callback function for hoverRating change event

```html
<star-rating-comp (onHoverRatingChange)="ctrl.onHoverRatingChange($event)"></star-rating-comp>
<star-rating-comp [hoverEnabled]="true" (onHoverRatingChange)="ctrl.onHoverRatingChange($event)"></star-rating-comp>
```

@@ -450,0 +458,0 @@

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