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

mocha-jshint

Package Overview
Dependencies
Maintainers
1
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 0.0.6 to 0.0.7

5

index.js

@@ -10,4 +10,5 @@ var path = require('path');

process.chdir(path.resolve(p));
delete require.cache[require.resolve('./node_modules/jshint/src/cli.js')];
var jsHint = require('./node_modules/jshint/src/cli.js');
var jsHintCliPath = path.resolve(path.dirname(require.resolve('jshint')), 'cli.js');
delete require.cache[jsHintCliPath];
var jsHint = require(jsHintCliPath);
var error = new Error('');

@@ -14,0 +15,0 @@ error.message = '';

2

package.json
{
"name": "mocha-jshint",
"version": "0.0.6",
"version": "0.0.7",
"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