Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
coffee-distiller
Advanced tools
Merge and minify server side coffee-script files with fake CJS wrappers. This tool is useful for developers who want to distribute a SERVER SIDE coffee-script app in the form of single javascript file.
This tool does three things:
This tool is useful for developers who want to distribute a SERVER SIDE coffee-script app in the form of a single javascript file.
CommonJS module has its built-in module scope, thus developers can not simple combine server side coffee-script files like what they do on the client side.
This tool introduces a fake CJS module wrapper and merges coffee-script files, as well as keeps scopes of each module.
npm install coffee-script coffee-distiller -g
Use in command line
distill -i path/to/app.coffe -o dist/app.js
# this will generate 3 files in ./dist/ directory:
# - app.coffee : a merged coffee file
# - app.js : compiled javascript file from app.coffee
# - app.min.js : minified javascript file from app.js
FAQs
Merge and minify server side coffee-script files with fake CJS wrappers. This tool is useful for developers who want to distribute a SERVER SIDE coffee-script app in the form of single javascript file.
The npm package coffee-distiller receives a total of 1 weekly downloads. As such, coffee-distiller popularity was classified as not popular.
We found that coffee-distiller 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.