Socket
Book a DemoInstallSign in
Socket

undertaker-task-metadata

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

undertaker-task-metadata

Proof-of-concept custom registry that attaches metadata to each task

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
2
Created
Source

undertaker-task-metadata

NPM version Downloads Build Status Coveralls Status

Proof-of-concept custom registry that attaches metadata to each task.

Example

var gulp = require('gulp');
var TaskMetadata = require('undertaker-task-metadata');

gulp.registry(new TaskMetadata());

gulp.task('default', function (cb) {
  // this.name === 'default'
  cb();
});

API

TaskMetadataRegistry

Constructor for the registry. Pass an instance of this registry to gulp.registry.

License

MIT

Keywords

bind

FAQs

Package last updated on 28 Jun 2022

Did you know?

Socket

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.

Install

Related posts