Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
An ActiveAdmin skin based on Google's Material Design.
gem 'active_material'
to Gemfile
and run bundle install
import "active_material"
to JS entrypoint (a JS file that is included for activeadmin)@import "active_material";
in your CSS style file (the active_material SCSS files are included in the asset path automatically, but you will need to have SCSS build capabilities, using dartsass-rails or similar)NOTE: no need to pin the import in your application. That's handled internally by the gem.
npm install --save active_material
or yarn add active_material
import "active_material"
to your JS pack file@import "active_material/app/assets/stylesheets/active_material.scss";
to your CSS style fileBy default, this gem will load the Roboto font from google APIs and use it in the SCSS. If you would like to change that behavior, you have a few options:
config.active_material.font_url
to your font url@import "active_material";
, add $am-font-sans: 'Roboto';
, replacing Roboto
with your font name.config.active_material.load_font = true
For other customization options, see customization.md
See CONTRIBUTING.md
FAQs
Unknown package
We found that active_material demonstrated a healthy version release cadence and project activity because the last version was released less than 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
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.