
Product
Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
modui-base
Advanced tools
The modui suite is a collection of interface components based off of Backbone.View. modui-base is the base class for all the rest of the component views.
Each component in the suite can be used independently by requiring the component, e.g.
var ModuiPopup = require( 'modui-popup' );
The modui suite must be used in a client-side commonjs environment. We recommend its use with parcelify, browserify, or cartero.
All views in the modui suite are derived from the modui-base class. The base class simply mixes together behavior from the following backbone plugins:
It also provides a default render
method that renders a template function attached to the template
property of the view, using the view's options (and its model.attributes
, if it has a model) as template data.
The following is a list of components that inherit from modui-base and have been open sourced. Hopefully this list will continue to grow. We have dialogs, date fields, time pickers, etc., etc. If you want to see more of these components open sourced, please show your support by starting this repo, as there is overhead involved in open sourcing these things!
MIT
FAQs
Base view class for all modui views.
The npm package modui-base receives a total of 0 weekly downloads. As such, modui-base popularity was classified as not popular.
We found that modui-base 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.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.