@mapbox/eslint-config-mapbox
Advanced tools
Comparing version 2.0.1 to 3.0.0
@@ -6,3 +6,3 @@ 'use strict'; | ||
module.exports = { | ||
extends: path.join(__dirname, './node10.js') | ||
extends: path.join(__dirname, './node12.js') | ||
}; |
@@ -9,3 +9,3 @@ 'use strict'; | ||
parserOptions: { | ||
ecmaVersion: 2018 | ||
ecmaVersion: 2020 | ||
}, | ||
@@ -12,0 +12,0 @@ rules: { |
# Changelog | ||
## [2.0.1] - 2019-06-26 | ||
- Bugfix for compatibility with eslint v6 | ||
## 3.0.0 (2020-06-06) | ||
## [2.0.0] - 2019-05-17 | ||
- Breaking: remove support for Node 4 and 6 | ||
- Breaking: require eslint >= 5.16.0 and eslint-plugin-node >= 9.0.0 | ||
- Add support for Node 10 and 12 | ||
- Breaking: remove support for Node 8. | ||
- Change base `ecmaVersion` from `2018` to `2020`. | ||
- Add `node14` configuration. | ||
## 2.0.1 (2019-06-26) | ||
- Bugfix for compatibility with eslint v6. | ||
## 2.0.0 (2019-05-17) | ||
- Breaking: remove support for Node 4 and 6. | ||
- Breaking: require eslint >= 5.16.0 and eslint-plugin-node >= 9.0.0. | ||
- Add support for Node 10 and 12. |
{ | ||
"name": "@mapbox/eslint-config-mapbox", | ||
"version": "2.0.1", | ||
"version": "3.0.0", | ||
"description": "Generic eslint configuration for Mapbox", | ||
@@ -21,5 +21,5 @@ "main": "node.js", | ||
"devDependencies": { | ||
"eslint": "^6.0.1", | ||
"eslint-plugin-node": "^9.1.0" | ||
"eslint": "^7.3.1", | ||
"eslint-plugin-node": "^11.1.0" | ||
} | ||
} |
@@ -69,3 +69,3 @@ # eslint-config-mapbox | ||
- For Node.js and CommonJS. | ||
- Specify the version of Node.js your project uses by either setting `.engines.node` in your `package.json`, or by extending an LTS-version-specific ESLint configuration: **`node8`, `node10`, `node12`**. | ||
- Specify the version of Node.js your project uses by either setting `.engines.node` in your `package.json`, or by extending an LTS-version-specific ESLint configuration: **`node10`, `node12`**. | ||
- [`@mapbox/eslint-config-mapbox`**`/react`**](./react.js) | ||
@@ -72,0 +72,0 @@ - Depends on [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react). |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1
9606
14