New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@loopback/eslint-config

Package Overview
Dependencies
Maintainers
10
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loopback/eslint-config - npm Package Compare versions

Comparing version

to
14.0.0

20

CHANGELOG.md

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

# [14.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/eslint-config@13.0.10...@loopback/eslint-config@14.0.0) (2023-05-15)
### Features
* add support for node v20 ([e23cefa](https://github.com/loopbackio/loopback-next/commit/e23cefaf5cce3fb990cb09f4c94239d1979615b1))
* remove support for node v14 ([5425762](https://github.com/loopbackio/loopback-next/commit/5425762f1353869994acf081bcda4816e6a9c3b0))
* remove support for node v19 ([e26a2ac](https://github.com/loopbackio/loopback-next/commit/e26a2ac2e43245d09dfc9721ccfa41d830daccb8))
### BREAKING CHANGES
* End of life of Node v14
Signed-off-by: Francisco Buceta <frbuceta@gmail.com>
## [13.0.10](https://github.com/loopbackio/loopback-next/compare/@loopback/eslint-config@13.0.9...@loopback/eslint-config@13.0.10) (2023-04-13)

@@ -8,0 +28,0 @@

12

package.json
{
"name": "@loopback/eslint-config",
"description": "ESLint configuration for LoopBack projects",
"version": "13.0.10",
"version": "14.0.0",
"license": "MIT",

@@ -15,3 +15,3 @@ "main": "eslintrc.js",

"engines": {
"node": "14 || 16 || 18 || 19"
"node": "16 || 18 || 20"
},

@@ -22,7 +22,7 @@ "publishConfig": {

"peerDependencies": {
"eslint": "^8.38.0"
"eslint": "^8.40.0"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"eslint-config-prettier": "^8.8.0",

@@ -32,3 +32,3 @@ "eslint-plugin-eslint-plugin": "^5.0.8",

},
"gitHead": "3a98ded2622420d0f09dbc3c0fe961c0234b097f"
"gitHead": "97a26bd5973830a1d5f28aa2f58040f953995c17"
}