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

gulp-task-listing

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-task-listing - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

2

index.js

@@ -36,3 +36,3 @@ /*jshint node:true */

return function(cb) {
var tasks = Object.keys(gulp.tasks).sort();
var tasks = gulp.tasks ? Object.keys(gulp.tasks).sort() : gulp.tree().nodes.sort();
if(excludeFilter) {

@@ -39,0 +39,0 @@ tasks = tasks.filter(function(task) {

{
"name": "gulp-task-listing",
"description": "Adds the ability to provide a task listing for your gulpfile",
"version": "1.0.1",
"version": "1.1.0",
"homepage": "https://github.com/OverZealous/gulp-task-listing",

@@ -6,0 +6,0 @@ "repository": {

# gulp-task-listing
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Support via Gratipay][gratipay-image]][gratipay-url]
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url]

@@ -95,8 +95,2 @@ Provides an easy way to get a listing of your tasks from your gulpfile. By default, the output groups tasks based on whether or not they contain a hyphen (`-`), underscore (`_`), or colon (`:`) in their name.

## Help Support This Project
If you'd like to support this and other OverZealous Creations (Phil DeJarnett) projects, [donate via Gratipay][gratipay-url]!
[![Support via Gratipay][gratipay-image]][gratipay-url]
## License

@@ -111,4 +105,1 @@

[travis-image]: https://secure.travis-ci.org/OverZealous/gulp-task-listing.png?branch=master
[gratipay-url]: https://www.gratipay.com/OverZealous/
[gratipay-image]: https://img.shields.io/gratipay/OverZealous.svg

Sorry, the diff of this file is not supported yet

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