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.
activeadmin-dropzone
Advanced tools
Easy to use integration of drag&drop files upload via dropzone.js for ActiveAdmin.
Add line to your Gemfile:
gem 'activeadmin-dropzone', '~> 0.2.1'
Add dropzone
to your file container's class:
class Post
dropzone :images
end
Add dropzone_item
to your file's class:
class Image
dropzone_item
end
Add input
to your ActiveAdmin form:
f.input :images, as: :dropzone
Add activeadmin-dropzone
to both active_admin.js
and active_admin.css
files:
//= require activeadmin-dropzone
You can customize columns used for upload by passing Hash
to the dropzone_item
method. Here are the default values:
dropzone_item title: :title,
position: :position,
data: :data,
file_size: :data_file_size,
url: :data_url
Copyright (c) 2014 Maxim Gladkov. See LICENSE.txt for further details.
FAQs
Unknown package
We found that activeadmin-dropzone 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.