Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
= jeditable-rails
A gem to add in-place-editable fields to your Rails project. It is a wrapper for the Jeditable[http://www.appelsiini.net/projects/jeditable] jQuery plugin, so most options for .jeditable() can be passed through the options parameter of the helpers.
== Requirements
== Usage
Assuming a Rails 3 project, in your Gemfile, add:
gem 'jeditable-rails'
Suppose you have a User model with a #zip_code attribute.
The helpers can be used in any view you like. The field appears as normal text to the user, but when clicked, turns into a form field that will then be submitted back to the server. By default, jeditable-rails requires an update action when a PUT is done to url_for(object), which is generated by default for Rails scaffolds.
== Contributing to jeditable-rails
== Copyright
Copyright (c) 2011 Aidan Feldman. See LICENSE.txt for further details.
FAQs
Unknown package
We found that jeditable-rails 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.