Product
Socket Now Supports uv.lock Files
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
mojito-rs-hotswap
Advanced tools
In your app's package.json, add the mojito-rs-addon
package as a dependency.
This package contains a set of Mojito Resource Store addons. Their role is to monitor changes in Mojito resources to dynamically update the necessary Resource Store meta-data and see the changes reflected in your application without having to restart the node process.
Currently, only resources containing YUI modules (e.g, controllers) are supported. In the future, we should add an addon that can handle changes in configuration files as well.
This addon can be enabled by setting resourceStore.hotswap
to true
in your
application static configuration. However, it is strongly recommended to enable
this plugin only on developer boxes!
Mojito allows you to disable the view cache, which you may want to configure on developer boxes as well:
"viewEngine": {
"cacheTemplates": false
}
FAQs
Hotswap plugin for Mojito's Resource Store
The npm package mojito-rs-hotswap receives a total of 11 weekly downloads. As such, mojito-rs-hotswap popularity was classified as not popular.
We found that mojito-rs-hotswap demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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 now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.