Socket
Socket
Sign inDemoInstall

mocha-eslint

Package Overview
Dependencies
2
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.3 to 0.0.4

2

index.js

@@ -12,3 +12,3 @@ var CLIEngine = require('eslint').CLIEngine;

paths.forEach(function (p) {
it(`should have no errors in ${p}`, function () {
it('should have no errors in ' + p, function () {
try {

@@ -15,0 +15,0 @@ var report = cli.executeOnFiles([p]);

{
"name": "mocha-eslint",
"version": "0.0.3",
"version": "0.0.4",
"description": "run ESLint as mocha tests",

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

@@ -13,3 +13,6 @@ # mocha-eslint

```
Mocha-eslint will install ESLint for itself, so you don't need to worry about adding it to your consuming module.
The same is not true for Mocha. You should already have Mocha installed in your consuming module.
## Usage

@@ -16,0 +19,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc