
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
radiant-concurrent_draft-extension
Advanced tools
h1. Concurrent Draft
The ConcurrentDraft extension enables draft versions of pages, snippets and layouts, which can be scheduled for promotion to Production. Every such artifact (page, snippet or layout) can have a concurrent draft version, which will be displayed in development mode, and a promoted live version, which will be displayed in production mode.
Created by: Andrew vonderLuft and Sean Cribbs, August 2008, in Portland Oregon
h2. Version History
h2. Requirements
h2. Installation
h3. From the Radiant Extension Registry
script/extension install concurrent_draft
NOTE: In some earlier versions of Radiant, the migrations may not run, and the assets may not be copied and you may therefore need to run:
rake radiant:extensions:concurrent_draft:migrate rake radiant:extensions:concurrent_draft:update
h3. From Github
cd vendor/extensions git clone git://github.com/avonderluft/radiant-concurrent_draft-extension.git ./concurrent_draft cd ../../ rake radiant:extensions:concurrent_draft:migrate rake radiant:extensions:concurrent_draft:update
h3. Using the gem
gem install radiant-concurrent_draft-extension
config.gem 'radiant-concurrent_draft-extension', :lib => false
rake db:migrate:extensions
rake radiant:extensions:update_all
h2. Caveats
Scheduled times are dependent on the ActiveRecord time setting. If you want to use local time, add this to your environment.rb:
config.active_record.default_timezone = :local
h2. To do
h2. Acknowledgments
FAQs
Unknown package
We found that radiant-concurrent_draft-extension demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.