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

gulp-buddy.js

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-buddy.js

Gulp plugin for running buddy.js

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

gulp-buddy.js

Gulp plugin for running buddy.js

Install

$ npm install --save-dev gulp-buddy.js

Usage

var gulp = require('gulp');
var buddyjs = require('gulp-buddy.js');

gulp.task('default', function () {
  return gulp.src('app.js')
    .pipe(buddyjs({
      disableIgnore: true,
      reporter: 'detailed'
    }));
});

Options

detectObjects

Type: Boolean Default value: false

Detect object expressions and properties.

ignore

Type: Array Default value: [0, 1]

Numbers that will be ignored in the processing.

disableIgnore

Type: Boolean Default value: false

Disables the ignore list.

enforceConst

Type: Boolean Default value: false

Enforce literals to be declared with the const keyword.

noColor

Type: Boolean Default value: false

Disables colors

reporter

Type: String Default value: 'simple'

Reporter to use. Options available are 'simple', 'json' and 'detailed'.

Keywords

FAQs

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

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