Socket
Socket
Sign inDemoInstall

mocha-eslint

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mocha-eslint - npm Package Compare versions

Comparing version 3.0.1 to 4.0.0

3

CHANGELOG.md

@@ -5,2 +5,5 @@ # mocha-eslint Changelog

### 4.0.0
* [BREAKING] Update to ESLint `^4.2.0`
### 3.0.1

@@ -7,0 +10,0 @@ * [BUGFIX] Remove tests from npm package

3

index.js

@@ -0,1 +1,2 @@

var path = require('path');
var CLIEngine = require('eslint').CLIEngine;

@@ -39,3 +40,3 @@ var chalk = require('chalk');

// remove process.cwd() to convert absolute to relative paths
replaceAll(process.cwd() + '/', '', formatter(report.results))
replaceAll(process.cwd() + path.sep, '', formatter(report.results))
);

@@ -42,0 +43,0 @@ } else if (

{
"name": "mocha-eslint",
"version": "3.0.1",
"version": "4.0.0",
"description": "run ESLint as mocha tests",

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

"chalk": "^1.1.0",
"eslint": "^3.0.0",
"eslint": "^4.2.0",
"glob-all": "^3.0.1",

@@ -21,0 +21,0 @@ "replaceall": "^0.1.6"

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