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

mocha-jshint

Package Overview
Dependencies
Maintainers
6
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mocha-jshint - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

3

git.js

@@ -9,3 +9,4 @@ var exec = require('child_process').exec;

}
return exec('git log --pretty=format:%h', findSHA);
var maxCount = options.commits || 1;
return exec(format('git log --pretty=format:%h --max-count=%d', maxCount), findSHA);

@@ -12,0 +13,0 @@ function findSHA(err, stdout) {

{
"name": "mocha-jshint",
"version": "2.0.0",
"version": "2.0.1",
"description": "run JSHint as mocha tests",

@@ -5,0 +5,0 @@ "main": "index.js",

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