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 6.0.0 to 7.0.0

8

CHANGELOG.md
# mocha-eslint Changelog
### MASTER
### 7.0.0
* [BREAKING] Update to ESLint version 7
* [BREAKING] Drop support for Node < 10.12.0
### 6.0.0
* [BREAKING] Update to ESLint version 6
* [ENHANCEMENT] Support Mocha 6
### 5.0.0

@@ -6,0 +12,0 @@ * [BREAKING] Update to ESLint verison 5

12

package.json
{
"name": "mocha-eslint",
"version": "6.0.0",
"version": "7.0.0",
"description": "run ESLint as mocha tests",
"main": "index.js",
"engines": {
"node": "^10.12.0 || >=12.0.0"
},
"scripts": {

@@ -18,9 +21,8 @@ "test": "node tests/runner"

"chalk": "^2.4.2",
"eslint": "^6.6.0",
"glob-all": "^3.1.0",
"eslint": "^7.0.0",
"glob-all": "^3.2.1",
"replaceall": "^0.1.6"
},
"devDependencies": {
"es6-promise": "^4.2.8",
"mocha": "^6.2.2"
"mocha": "^8.2.1"
},

@@ -27,0 +29,0 @@ "repository": {

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