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

build-jshint

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

build-jshint - npm Package Compare versions

Comparing version 0.0.3 to 0.1.0

4

package.json
{
"name": "build-jshint",
"version": "0.0.3",
"version": "0.1.0",
"description": "Helper for running JSHint on files and directories",

@@ -18,3 +18,3 @@ "main": "index.js",

"dependencies": {
"jshint": "~2.1.10",
"jshint": "~2.3.0",
"minimatch": "~0.2.12",

@@ -21,0 +21,0 @@ "async": "~0.2.9",

@@ -1,11 +0,12 @@

build-jshint
============
# build-jshint
[![Build Status](https://travis-ci.org/conradz/build-jshint.png)](https://travis-ci.org/conradz/build-jshint)
[![NPM](https://nodei.co/npm/build-jshint.png?compact=true)](https://nodei.co/npm/build-jshint/)
[![Build Status](https://drone.io/github.com/conradz/build-jshint/status.png)](https://drone.io/github.com/conradz/build-jshint/latest)
[![Dependency Status](https://gemnasium.com/conradz/build-jshint.png)](https://gemnasium.com/conradz/build-jshint)
Helper for running [JSHint](http://jshint.com) on JS files as part of a build
step from a Node.JS script.
Example
-------
## Example

@@ -53,4 +54,3 @@ ```js

Reference
---------
## Reference

@@ -72,7 +72,2 @@ ### `buildJSHint(paths, [opts], callback)`

arguments will be a boolean indicated whether a JSHint error was encountered in
any of the files.
License
-------
MIT License. See the `LICENSE` file.
any of the files.
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