Socket
Socket
Sign inDemoInstall

@strv/eslint-config-base

Package Overview
Dependencies
214
Maintainers
5
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0-alpha.4 to 3.0.0-alpha.5

23

CHANGELOG.md

@@ -6,2 +6,25 @@ # Change Log

# [3.0.0-alpha.5](https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-base@3.0.0-alpha.4...@strv/eslint-config-base@3.0.0-alpha.5) (2021-09-07)
### Bug Fixes
* **rule:** use correct semver ranges for engines.node 🤦‍♂️ ([5f1737f](https://github.com/strvcom/code-quality-tools/commit/5f1737fb43dce5a7099cfc448cd98ee3cbf9879b))
### chore
* **deps:** upgrade all deps 💣 ([3a827aa](https://github.com/strvcom/code-quality-tools/commit/3a827aa2fe0f62a055de69323665ba03cd7eaf08))
* **repo:** bump minimum Node.js version ([a8125c2](https://github.com/strvcom/code-quality-tools/commit/a8125c2772a67a4565786667fb95f4b32b9b468c))
### BREAKING CHANGES
* **repo:** All packages must now be used with a minimum of Node.js 14 or 16.
* **deps:** Most dependencies have been upgraded to a newer major version. Most of the time these upgrades dropped support for old Node.js versions.
# [3.0.0-alpha.4](https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-base@3.0.0-alpha.3...@strv/eslint-config-base@3.0.0-alpha.4) (2021-05-05)

@@ -8,0 +31,0 @@

6

package.json
{
"name": "@strv/eslint-config-base",
"description": "STRV's ESLint configuration preset",
"version": "3.0.0-alpha.4",
"version": "3.0.0-alpha.5",
"author": "Pavel Prichodko <prichodko.p@gmail.com>",

@@ -17,3 +17,3 @@ "bugs": {

"engines": {
"node": ">=10"
"node": "^14 || >=16"
},

@@ -37,3 +37,3 @@ "keywords": [

},
"gitHead": "50ff031c43491701733c0c583042414d0dad71c7"
"gitHead": "d5391fbdd6a6a16bb2e83ab596778ca02f00f1f5"
}
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