
Security News
TC39 Advances 11 Proposals for Math Precision, Binary APIs, and More
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.
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
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.