New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

gulp-plugin-cb

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-plugin-cb

Transform Vinyl files using Gulp plugins but with a callback interface

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

gulp-plugin-cb

build status Davis Dependency status

NPM

Transform Vinyl files using Gulp plugins but with a callback interface.

Example

var transform = require('gulp-plugin-cb');
var uglify = require('gulp-uglify');

transform(file, uglify(), function onComplete(err, file) {
  // file has been transformed with uglify
});

Installation

npm install gulp-plugin-cb

Tests

npm test

NPM scripts

  • npm run cover This runs the tests with code coverage
  • npm run lint This will run the linter on your code
  • npm test This will run the tests.
  • npm run trace This will run your tests in tracing mode.
  • npm run travis This is run by travis.CI to run your tests
  • npm run view-cover This will show code coverage in a browser

Contributors

  • Matt Morgan

MIT Licenced

FAQs

Package last updated on 10 May 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