
Research
Malicious fezbox npm Package Steals Browser Passwords from Cookies via Innovative QR Code Steganographic Technique
A malicious package uses a QR code as steganography in an innovative technique.
active_material
Advanced tools
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
ActiveAdmin skin based on Google's Material Design.
The npm package active_material receives a total of 713 weekly downloads. As such, active_material popularity was classified as not popular.
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.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.
Application Security
/Research
/Security News
Socket detected multiple compromised CrowdStrike npm packages, continuing the "Shai-Hulud" supply chain attack that has now impacted nearly 500 packages.