Socket
Socket
Sign inDemoInstall

gulp-monic

Package Overview
Dependencies
173
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    gulp-monic

Using Monic with Gulp.


Version published
Weekly downloads
42
decreased by-37.31%
Maintainers
1
Install size
1.02 MB
Created
Weekly downloads
 

Readme

Source

gulp-monic

Using Monic with Gulp.

NPM version NPM dependencies NPM devDependencies NPM peerDependencies

Install

npm install monic gulp-monic --save-dev

Usage

gulpfile.js

var gulp = require('gulp'),
    monic = require('gulp-monic');

gulp.task('monic', function () {
  gulp.src('./myFile.js')
    .pipe(monic({flags: {ie: true}}))
    .pipe(gulp.dest('./public/js'));
});

gulp.task('default', ['monic']);

Options

License

The MIT License.

Keywords

FAQs

Last updated on 05 Jul 2021

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc