Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gulp-autoload-tasks

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-autoload-tasks - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "gulp-autoload-tasks",
"version": "0.0.2",
"version": "0.0.3",
"description": "Auto loads gulp tasks for large modular projects",

@@ -5,0 +5,0 @@ "author": "Shai Reznik (http://www.hirez.io)",

@@ -59,4 +59,13 @@ # gulp-autoload-tasks

Loads every file in the gulpTasksDir (`gulp_tasks` by default) with the following params - `gulp`, `plugins`, `config`. So that your module declaration looks like
Loads every file in the gulpTasksDir (`gulp_tasks` by default) with the following params - `gulp`, `plugins`, `config`. So that your module declaration looks like
`gulpfile.js`:
```javascript
var autoLoadTasks = require('gulp-autoload-tasks');
autoLoadTasks(gulp, plugins, config, gulpTaskDir);
```
`some_gulp_task.js`:
```javascript
module.exports = function (gulp, plugins, config) {

@@ -63,0 +72,0 @@ /* code goes here */

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc