Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

undertaker-task-metadata

Package Overview
Dependencies
Maintainers
1
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

Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
1.1K
1205.81%
Maintainers
1
Weekly downloads
 
Created
Source

undertaker-task-metadata

NPM version Downloads Build Status Gitter chat

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 17 Nov 2015

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