
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
========================
This is a gem that contains the vendor assets for markitup.
Should support rails 3.0 and higher.
html
textile
markdown
wiki
texty
css
Require markitup-rails
in your Gemfile
.
require 'markitup-rails'
Install the gem via bundle
command.
Add to application.css
*= require markitup
*= require markitup-[markup lang]
Example
*= require markitup
*= require markitup-textile
And in application.js
//= require markitup
//= require markitup-[markup lang]
Example
//= require markitup
//= require markitup-textile
Include in either application.js
or another file that will be included in the pipelin:
// To target all text areas
$(document).ready(function() {
$("textarea").markItUp(mySettings);
});
//----- OR
// To target a specific ID
$(document).ready(function() {
$("textarea#my_id").markItUp(mySettings);
});
//----- OR
// To target a specific class
$(document).ready(function() {
$("textarea.markitup").markItUp(mySettings);
});
See the markitup documentation for more info.
Based on the blueprint-rails gem
FAQs
Unknown package
We found that markitup_rails3 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.