Socket
Socket
Sign inDemoInstall

eslint-loader

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-loader - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [3.0.4](https://github.com/webpack-contrib/eslint-loader/compare/v3.0.3...v3.0.4) (2020-04-02)
### Bug Fixes
* [#316](https://github.com/webpack-contrib/eslint-loader/issues/316) updating loader-fs-cache min version ([#317](https://github.com/webpack-contrib/eslint-loader/issues/317)) ([796e3d1](https://github.com/webpack-contrib/eslint-loader/commit/796e3d130a030ce48e14ee3421809ca40d25cde1))
### [3.0.3](https://github.com/webpack-contrib/eslint-loader/compare/v3.0.2...v3.0.3) (2019-12-06)

@@ -7,0 +14,0 @@

41

package.json
{
"name": "eslint-loader",
"version": "3.0.3",
"version": "3.0.4",
"description": "A ESlint loader for webpack",

@@ -8,2 +8,5 @@ "license": "MIT",

"author": "Maxime Thirouin",
"contributors": [
"Ricardo Gobbo de Souza <ricardogobbosouza@yahoo.com.br>"
],
"homepage": "https://github.com/webpack-contrib/eslint-loader",

@@ -43,28 +46,28 @@ "bugs": "https://github.com/webpack-contrib/eslint-loader/issues",

"fs-extra": "^8.1.0",
"loader-fs-cache": "^1.0.2",
"loader-fs-cache": "^1.0.3",
"loader-utils": "^1.2.3",
"object-hash": "^2.0.1",
"schema-utils": "^2.6.1"
"object-hash": "^2.0.3",
"schema-utils": "^2.6.5"
},
"devDependencies": {
"@babel/cli": "^7.7.4",
"@babel/core": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@webpack-contrib/defaults": "^5.1.1",
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"chokidar": "^3.3.0",
"commitlint-azure-pipelines-cli": "^1.0.2",
"babel-eslint": "^10.1.0",
"babel-jest": "^25.2.6",
"chokidar": "^3.3.1",
"commitlint-azure-pipelines-cli": "^1.0.3",
"cross-env": "^6.0.3",
"del": "^5.1.0",
"del-cli": "^3.0.0",
"eslint": "^6.7.2",
"eslint-config-prettier": "^6.7.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-friendly-formatter": "^4.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-import": "^2.20.2",
"husky": "^3.1.0",
"jest": "^24.9.0",
"jest": "^25.2.6",
"jest-junit": "^10.0.0",

@@ -75,4 +78,4 @@ "lint-staged": "^9.5.0",

"prettier": "^1.19.1",
"standard-version": "^7.0.1",
"webpack": "^4.41.2"
"standard-version": "^7.1.0",
"webpack": "^4.42.1"
},

@@ -79,0 +82,0 @@ "keywords": [

@@ -99,3 +99,3 @@ <div align="center">

Note that the config option you provide will be passed to the `CLIEngine`. This is a different set of options than what you'd specify in `package.json` or `.eslintrc`. See the [eslint docs](http://eslint.org/docs/developer-guide/nodejs-api#cliengine) for more detail.
**Note**: That the config option you provide will be passed to the `CLIEngine`. This is a different set of options than what you'd specify in `package.json` or `.eslintrc`. See the [eslint docs](http://eslint.org/docs/developer-guide/nodejs-api#cliengine) for more detail.

@@ -102,0 +102,0 @@ ### `cache`

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