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.
buster-coffee
Advanced tools
Buster.JS extension: Automatically compile CoffeeScript files before running tests
An extension for Buster.JS to automatically compile your CoffeeScript files before running tests.
Install from npm:
npm install buster-coffee
Then add it to your buster.js
config file:
config["My tests"] = {
// ...
extensions: [require("buster-coffee")]
// ...
};
The extension has no configuration options.
See the demo/
dir for an example project using Buster.JS and buster-coffee to
test a function that is implemented in CoffeeScript, using tests written in
CoffeeScript.
If you are using buster-amd, you don't need buster-coffee to compile
your CoffeeScript files, but can instead use e.g. the require-cs AMD loader
plugin. See the demo-amd/
dir for an extensive example project, using
Buster.JS to test AMD modules written in CoffeeScript and loaded with
RequireJS.
require()
Currently, buster-coffee does not work with files that are to be included using
require()
. buster-coffee never writes any files to disk, while require()
explictly looks for the files it will include on disk. Because of this,
buster-coffee has limited use for Node.js development in CoffeeScript.
.coffee
files untouched if the environment
setting is set to
node
. Contributed by Stephen Moore.when
.coffee
command.Copyright 2012, Stein Magnus Jodal.
Released under the Simplified BSD license. See the LICENSE
file for details.
FAQs
Buster.JS extension: Automatically compile CoffeeScript files before running tests
The npm package buster-coffee receives a total of 2 weekly downloads. As such, buster-coffee popularity was classified as not popular.
We found that buster-coffee demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.