Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
crude-build
Advanced tools
CrudeBuild.js is a simple JavaScript build tool designed to handle minification and header generation tasks for single file libraries, with no configuration needed. It supports the generation of CommonJS and ES module exports.
package.json
file to generate headers for your build output..cjs
) and ES module (.mjs
) exports for easy module consumption.Install CrudeBuild.js using npm:
npm install crude-build
Once installed, you can add it to the scripts of your package.json
:
"build": "crude-build ModuleName",
By default, CrudeBuild.js will:
dist/
folder.package.json
..cjs
(CommonJS) and .mjs
(ES Module) files in the dist/
folder for cross-environment compatibility.Copyright (c) 2025, Robert Eisele Licensed under the MIT license.
FAQs
A crude build utility for single file JavaScript projects
The npm package crude-build receives a total of 5 weekly downloads. As such, crude-build popularity was classified as not popular.
We found that crude-build demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.