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.
This gem has been deprecated and is no longer maintained.
It is based on WYMEditor (http://www.wymeditor.org) real text area.
The WYMEditor isn't compatible with later versions of jQuery.
Provides a formtastic textarea replacement input based on the WYMEditor (http://www.wymeditor.org) 1.0.0b5
Rails >= 3.2.x, Ruby >= 1.9.x. Has not been tested/developed for Rails4.
The WymEditor isn't compatible with later versions of jQuery
Add to Gemfile:
gem 'effective_rte'
Run the bundle command to install it:
bundle install
Require the javascript in your application.js
//= require effective_rte
And the stylesheet in your application.css
*= require effective_rte
(optional) For integration with ActiveAdmin, add the following to 'config/initializers/active_admin.rb'
config.register_stylesheet 'effective_rte.css'
config.register_javascript 'effective_rte.js'
To use in place of a text_area, in formtastic:
= form.input :body_text, :as => :effective_rte
MIT License. Copyright Code and Effect Inc. http://www.codeandeffect.com
You are not granted rights or licenses to the trademarks of Code and Effect
The authors of this gem have nothing to do with the following awesome project:
WYMEditor (http://www.wymeditor.org)
FAQs
Unknown package
We found that effective_rte 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.