New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gulp-import-tasks

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-import-tasks - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

README.md.bak

2

lib/gulp-import-tasks.js

@@ -175,4 +175,6 @@ /**

);
debug(`finished importing tasks`);
};
module.exports = importTasks;

2

package.json
{
"name": "gulp-import-tasks",
"version": "0.1.0",
"version": "0.1.1",
"description": "Import tasks from a local directory, rather than from your gulpfile.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -82,15 +82,5 @@ gulp-import-tasks

Gulp will automatically send an asynchronous callback function as the last parameter in your task definition. Use this to make your task asynchronous! Read more about asynchronous tasks in the Gulp docs [here][external_gulp-async].
Not yet supported – accepting pull requests.
```js
// tasks/async.js
module.exports = function (gulp, done) {
doSomethingAsync(() => {
done();
});
};
```
Advanced

@@ -147,14 +137,4 @@ --------

```js
// gulp/tasks/async.js
module.exports = function (gulp, config, done) {
doSomethingAsync(() => {
done();
});
};
```
Authors

@@ -161,0 +141,0 @@ -------

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