
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
github.com/joshkunz/lmr
lmr is a tool for executing MapReduce-shaped tasks on a workstation. It's
similar to tools like xargs
or parallel
but provides a bit more structure
around job execution, failure handling, caching, and output management.
LMR is currently experimental, and may undergo significant API changes before a proper v1 release. Depend on it at your own risk.
A mapper is provided as the first argument, and is required. A mapper can be
a binary on the PATH, any executable file, or a shell command. The mapper is
executed for each input chunk. The chunk is provided on stdin. By default
any mapper stdout is grouped under a "default" key. Additional outputs keys
can be created by writing to files in the "results" dir. This directory is
provided to the mapper script in the LMR_RESULTS_DIR
environment variable.
For example, executing echo ... > $LMR_RESULTS_DIR/foo
would produce an output
with the foo
key.
FAQs
Unknown package
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
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.