Socket
Socket
Sign inDemoInstall

raty-js

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

raty-js - npm Package Compare versions

Comparing version 2.7.0 to 2.7.1

2

bower.json

@@ -15,3 +15,3 @@ {

"name" : "raty",
"version" : "2.7.0"
"version" : "2.7.1"
}
# jQuery Raty - A Star Rating Plugin - http://wbotelhos.com/raty
## The Winter is coming...
## 2.7.1
### Fixes
### Changes
+ Fix `readOnly` when using fonts; (Amaia Baigorri)

@@ -12,2 +12,3 @@ ### News

+ Added Bower package; (yadhu)
+ Added `path` options as callback; (tyler-king)

@@ -14,0 +15,0 @@ ## 2.7.0

@@ -8,3 +8,3 @@ /*!

* @doc : http://wbotelhos.com/raty
* @version : 2.7.0
* @version : 2.7.1
*

@@ -673,3 +673,3 @@ */

if (readonly) {
self.off('.raty').children('img').off('.raty');
self.off('.raty').children(this.opt.starType).off('.raty');

@@ -676,0 +676,0 @@ methods._lock.call(this);

@@ -51,3 +51,3 @@ {

"version": "2.7.0"
"version": "2.7.1"
}

@@ -12,3 +12,3 @@ # jQuery Raty - A Star Rating Plugin

```
@version 2.7.0
@version 2.7.1
@since 2010.06.11

@@ -15,0 +15,0 @@ @author Washington Botelho

Sorry, the diff of this file is not supported yet

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