Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
vinted-raty is a Ruby gem that wraps the jQuery Raty plugin, allowing its image and Javascript files to be served via the Rails asset pipeline.
jQuery Raty is a useful "star rating" jQuery plugin.
This project is not officially associated with the jQuery Raty project.
vinted-raty requires Rails 3, since it depends on the asset pipeline.
To install, add one of the following to your Rails project's Gemfile
:
gem 'vinted-raty' # Released version
Then, install the gem by running bundle install
.
Modify the Sprockets manifest in your application.js
file to include
one of the following, depending on whether you want to include the compressed
Javascript or the uncompressed Javascript:
//= require jquery.raty
//= require jquery.raty.min
At this point, your Rails application has access to jQuery Raty. See the jQuery Raty web site for instructions on how to use the plugin.
jQuery Raty is copyright © Washington Botelho.
vinted-raty copyright © 2012 Brian M. Clapper and is released under a BSD license.
FAQs
Unknown package
We found that vinted-raty demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.