
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
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
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.