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.
nw-gulp-tasks
Advanced tools
Neoway's reusable gulp tasks.
npm install nw-gulp-tasks
You need import this module and call constructor method with tasks you want enable. Each task have specific options, but have some globals options.
Example of standart call:
var gulp = require('nw-gulp-tasks')({
// Global vars
name: 'your-project-slug-name',
anyGlobalVars: {
var1: 'ok'
},
// Tasks
less: {
// options here
},
scripts: {
//options here
}
});
Some tasks files can have many subtasks. Maybe you need enable or disable only some subtasks.
Enable/Disable subtasks:
scripts: {
jshint: false
}
FAQs
Neoway's reusable gulp tasks
The npm package nw-gulp-tasks receives a total of 2 weekly downloads. As such, nw-gulp-tasks popularity was classified as not popular.
We found that nw-gulp-tasks 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.