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.
Reverse browserify: unpackjs is a tool to split a single file in multiple files
browserify
takes a project and generates a single file.
This tool, unpackjs
does the opposite: It takes a list of files, and creates
a directory with separate modules for each file.
This has only been tested with browserify, but other bundlers such as RequireJS or Webpack may be supported in the future if I need such a tool.
$ npm install -g unpackjs
$ unpackjs path/to/file.js path/to/file2.js
# Now there are directories "path-to-file" and "path-to-file2" that contain
# the modules.
Rob Wu rob@robwu.nl (https://robwu.nl)
FAQs
Reverse browserify: unpackjs is a tool to split a single file in multiple files
We found that unpackjs 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.