Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Ultra-dumb build tool for exporting Node.js
_ modules for use in browsers.
.. _Node.js
: http://nodejs.org/
formatTemplate(path[, arg1, ...])
Reads a template from the given path and formats it with util.format()
_,
using all additional arguments passed in.
.. _util.format()
: http://nodejs.org/docs/latest/api/util.html#util.format
build(config)
Bundles up specified modules and exports to the global namespace, as instructed.
Expected config
properties are:
root
The absolute path to the build root directory (usually a project directory).
All other paths in the config
object are relative to config.root
.
modules
An object mapping source file paths to require()
strings used to require
them in your code. If the same file is required multiple ways, the right hand
side should be an Array.
Did I mention it was dumb?
exports
An object mapping global variable names to the require()
strings which
should be used to export to them.
output
Path to the build output file.
header
(Optional)
A comment header for inclusion at the top of output files.
compress
(Optional)
Path to a compressed output file, which will be created if given.
exposeRequire
(Optional)
If true
, require()
will be exported to the global scope.
The Closure Compiler Service API
_ is used to compress code - errors, warnings
and statistics it returns will be displayed.
A compressed version will not be written if there are errors present.
.. _Closure Compiler Service API
: http://code.google.com/closure/compiler/docs/api-ref.html
FAQs
Ultra-dumb exporter of Node.js modules for use in the browser
The npm package buildumb receives a total of 2 weekly downloads. As such, buildumb popularity was classified as not popular.
We found that buildumb demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.