
Security News
GitHub Actions Pricing Whiplash: Self-Hosted Actions Billing Change Postponed
GitHub postponed a new billing model for self-hosted Actions after developer pushback, but moved forward with hosted runner price cuts on January 1.
amd-bundle
Advanced tools
A dual-use tool for bundling up AMD modules, which is much easier to use than r.js with Almond or AMDclean
A multiple-use tool for bundling up AMD, CJS & ES 6 modules,
which is much easier to use than r.js with Almond or AMDclean.
cd path/to/project/root
npm install amd-bundle --save-dev
amd-bundle -a -m \
path/to/project/source/entry \
path/to/project/bundle/file
amd-bundle will
start bundling from the entry point path/to/project/source/entry.js
write into path/to/project/bundle/file.js with only one define('file', [ ]) and global.file definition, just like UMD style
treat ${process.cwd()}/node_modules/${module_full_name} as a user's module to pack in
generate file.min.js & file.js.map in path/to/project/bundle/
amd-bundle --help
Usage: amd-bundle [options] <entry file> [bundle file]
Options:
-V, --version output the version number
-a, --include-all Bundle all dependencies (include those in "./node_modules/")
-m, --minify Generate minified source code & source map
-s, --std-out Write into "stdout" without logs
-h, --help output usage information
Key/value of option moduleMap is same as the basic parameters of String.prototype.replace().
Build standalone release files (Full source code, Minimized code & Source map) by executing a single command (npm run build).
iQuery.js (where the prototype of amd-bundle came from)
WebCell (where v1.0 rewritten out)
WebCell DevCLI (where v1.3+ came out)
FAQs
A dual-use tool for bundling up AMD modules, which is much easier to use than r.js with Almond or AMDclean
We found that amd-bundle 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
GitHub postponed a new billing model for self-hosted Actions after developer pushback, but moved forward with hosted runner price cuts on January 1.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.