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.8.0 to 2.9.0

karma.conf.js

4

bower.json

@@ -6,3 +6,3 @@ {

"dependencies": {
"jquery": "^3.2.1"
"jquery": "^3.3.1"
},

@@ -16,3 +16,3 @@

"name": "raty",
"version": "2.8.0"
"version": "2.9.0"
}
# jQuery Raty - A Star Rating Plugin - http://wbotelhos.com/raty
## 2.9.0
### Changes
+ Drops `engines` from `package.json` for a greater flexibility;
## 2.8.0

@@ -4,0 +10,0 @@

@@ -6,9 +6,8 @@ /*!

*
* @author : Washington Botelho
* @doc : http://wbotelhos.com/raty
* @version : 2.8.0
* author: Washington Botelho
* github: wbotelhos/raty
* version: 2.9.0
*
*/
;
(function($) {

@@ -467,3 +466,3 @@ 'use strict';

_resetTitle: function(star) {
_resetTitle: function() {
for (var i = 0; i < this.opt.number; i++) {

@@ -470,0 +469,0 @@ this.stars[i].title = methods._getHint.call(this, i + 1);

@@ -13,12 +13,12 @@ {

"dependencies": {
"jquery": "^3.2.1"
"jquery": "^3.3.1"
},
"description": "jQuery Raty - A Star Rating Plugin",
"devDependencies": {
"jasmine-core": "^2.8.0",
"jasmine-core": "^2.99.1",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.0.1",
"karma-firefox-launcher": "^1.1.0",
"karma-ie-launcher": "^1.0.0",
"karma-jasmine": "^1.1.0",
"karma-jasmine": "^1.1.2",
"karma-opera-launcher": "^1.0.0",

@@ -32,6 +32,2 @@ "karma-phantomjs-launcher": "^1.0.4",

},
"engines": {
"node": "^8",
"npm": "^5"
},
"homepage": "https://github.com/wbotelhos/raty",

@@ -63,5 +59,5 @@ "keywords": [

"scripts": {
"test": "node_modules/karma/bin/karma start spec/karma.conf.js"
"test": "node_modules/karma/bin/karma start karma.conf.js"
},
"version": "2.8.0"
"version": "2.9.0"
}
# jQuery Raty - A Star Rating Plugin
[![Build Status](https://img.shields.io/travis/wbotelhos/raty/master.svg)](https://travis-ci.org/wbotelhos/raty "Travis CI")
[![Build Status](https://travis-ci.org/wbotelhos/raty.svg)](https://travis-ci.org/wbotelhos/raty)
[![NPM Version](https://badge.fury.io/js/raty-js.svg)](https://badge.fury.io/js/raty-js)
[![Dependency](https://david-dm.org/wbotelhos/raty.svg)](https://david-dm.org/wbotelhos/raty "Dependency Status")
[![Dev Dependency](https://david-dm.org/wbotelhos/raty/dev-status.svg)](https://david-dm.org/wbotelhos/raty#info=devDependencies "Dev Dependency Status")
[![Dependency](https://david-dm.org/wbotelhos/raty.svg)](https://david-dm.org/wbotelhos/raty)
[![Dev Dependency](https://david-dm.org/wbotelhos/raty/dev-status.svg)](https://david-dm.org/wbotelhos/raty#info=devDependencies)
[![Code Climate](https://codeclimate.com/github/wbotelhos/raty.png)](https://codeclimate.com/github/wbotelhos/raty)
[![Support jQuery Raty](http://img.shields.io/gittip/wbotelhos.svg)](https://gratipay.com/~wbotelhos)
[![Patreon](https://img.shields.io/badge/donate-%3C3-brightgreen.svg)](https://www.patreon.com/wbotelhos)
## Rails Rating?
This is **Rating**: https://github.com/wbotelhos/rating :star:
## Usage with Image

@@ -103,9 +107,1 @@

```
## Contributors
[Check it out](http://github.com/wbotelhos/raty/graphs/contributors)
## Love it!
Via [PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=X8HEP2878NDEG&item_name=raty) or [Gratipay](https://gratipay.com/raty). Thanks! (:

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