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.2.1 to 1.2.3

13

CHANGELOG.md

@@ -0,1 +1,14 @@

<a name="1.2.3"></a>
## [1.2.3](https://github.com/BioPhoton/angular1-star-rating/compare/v1.2.2...v1.2.3) (2017-01-13)
### Bug Fixes
* **changelog:** updated changelog ([5b0cf9b](https://github.com/BioPhoton/angular1-star-rating/commit/5b0cf9b))
* **docs:** fix cdn and plunker link ([d5c1d4c](https://github.com/BioPhoton/angular1-star-rating/commit/d5c1d4c))
* **docs:** fix plunker link ([e03abc8](https://github.com/BioPhoton/angular1-star-rating/commit/e03abc8))
<a name="1.2.2"></a>
## [1.2.2](https://github.com/BioPhoton/angular1-star-rating/compare/v1.2.1...v1.2.2) (2017-01-12)
<a name="1.2.1"></a>

@@ -2,0 +15,0 @@ ## [1.2.1](https://github.com/BioPhoton/angular1-star-rating/compare/v1.2.0...v1.2.1) (2017-01-12)

2

package.json
{
"name": "angular-star-rating",
"version": "1.2.1",
"version": "1.2.3",
"license": "MIT",

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

# Angular Star Rating ⭐⭐⭐⭐⭐
#### ⭐ Angular 1.5 Component written in typescript, based on css only techniques. ⭐
![License](https://img.shields.io/npm/l/angular1-star-rating.svg)
![License](https://img.shields.io/npm/l/angular-star-rating.svg)
![Bower Version](https://img.shields.io/bower/v/angular1-star-rating.svg)

@@ -19,4 +19,7 @@ [![NPM Version](https://img.shields.io/npm/v/angular-star-rating.svg)](https://www.npmjs.com/package/angular-star-rating)

![Angular1-Star-Rating](https://raw.githubusercontent.com/BioPhoton/angular1-star-rating/master/resources/example-usage.gif)
## DEMO
![alt tag](https://raw.githubusercontent.com/BioPhoton/angular1-star-rating/master/resources/example-usage.gif)
- [x] [Example-App](https://github.com/BioPhoton/angular1-star-rating/tree/master/examples/angular1)
- [x] [Example-App-Plnkr](https://run.plnkr.co/plunks/2tw2z7/)

@@ -63,6 +66,9 @@ ## Features

- via **[bower](https://bower.io/)**: by running `$ bower install angular1-star-rating` from your console
- via **[cdn](https://cdn.rawgit.com/BioPhoton/angular1-star-rating/2062d6bf/dist/index.js)**: by adding the git-cdn reference in your index.html
```html
<script src="https://cdn.rawgit.com/BioPhoton/angular1-star-rating/2062d6bf/dist/index.js"></script>
```
**Load library**
```html
<script src="[bower or npm folder]/angular-star-rating/dist/index.js"></script>
<script src="[bower or npm folder or git-cdn path]/angular-star-rating/dist/index.js"></script>
```

@@ -298,2 +304,2 @@

```
<img src="https://raw.githubusercontent.com/BioPhoton/angular1-star-rating/master/resources/prop-on_update-2waybiding.PNG" width="290">
<img src="https://raw.githubusercontent.com/BioPhoton/angular1-star-rating/master/resources/prop-on_update-2waybinding.PNG" width="290">
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