Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
npm install gulp-alert
import alert from 'gulp-alert'
gulp.src(['some', 'files'])
.pipe(alert(options))
.pipe(/* some other plugin */)
// ...
options.command
(beep
): The command to run
when an error occurs (I use it to play an error
sound, but you could use it to display a notification
etc.)options.silent
(false
): If set to true
, gulp-alert
does call the options.command
when an error occurs.options.name
(NO_NAME
): The name used when logging
the error to the screen. Use this to denote the pipeline
you use gulp-alert
in.options.onError
: if set, this function will be called
with the error as first parameter whenever an error occurs.This code is licensed under the ISC license
FAQs
Unknown package
We found that gulp-alert 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.