Socket
Book a DemoInstallSign in
Socket

gulp-jsvalidate

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-jsvalidate

Validate JavaScript code and report possible syntax errors

Source
npmnpm
Version
3.0.0
Version published
Weekly downloads
2.8K
17.79%
Maintainers
1
Weekly downloads
 
Created
Source

gulp-jsvalidate Build Status

Validate JavaScript code and report possible syntax errors

The earlier you find syntax errors, the earlier you can fix them.

Install

$ npm install --save-dev gulp-jsvalidate

Usage

const gulp = require('gulp');
const jsValidate = require('gulp-jsvalidate');

gulp.task('default', () =>
	gulp.src('app.js')
		.pipe(jsValidate())
);

License

MIT © Sindre Sorhus

Keywords

gulpplugin

FAQs

Package last updated on 24 Nov 2016

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