New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mocha-jshint

Package Overview
Dependencies
Maintainers
9
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.2.4 to 2.2.5

2

index.js

@@ -27,3 +27,3 @@ var path = require('path');

describe(opt.title || 'jshint', function () {
this.timeout && this.timeout(30000);
this.timeout && this.timeout(90000);
(opt.paths || ['.']).forEach(function (p) {

@@ -30,0 +30,0 @@ it(format('should pass for %s', p === '.' ? 'working directory' : JSON.stringify(p)), function (done) {

{
"name": "mocha-jshint",
"version": "2.2.4",
"version": "2.2.5",
"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