Socket
Socket
Sign inDemoInstall

angular-star-rating

Package Overview
Dependencies
1
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.3 to 2.0.4

2

dist/src/star-rating.component.d.ts

@@ -22,3 +22,3 @@ import { OnChanges, EventEmitter } from "@angular/core";

onFocus(event: FocusEvent): void;
onStarHover(rating: number): void;
onStarHover(rating?: number): void;
/**Form Control - ControlValueAccessor implementation**/

@@ -25,0 +25,0 @@ writeValue(obj: any): void;

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

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

@@ -112,3 +112,3 @@ # Angular Star Rating ⭐⭐⭐⭐⭐

<!-- USE COMPONENT HERE-->
<star-rating-comp [startype]="'svg'" [rating]="2.63"></star-rating-comp>
<star-rating-comp [starType]="'svg'" [rating]="2.63"></star-rating-comp>
```

@@ -115,0 +115,0 @@

Sorry, the diff of this file is not supported yet

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

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