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
9
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 10.1.1 to 10.2.0

11

CHANGELOG.md

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

# [10.2.0](https://github.com/strongloop/loopback-next/compare/@loopback/eslint-config@10.1.1...@loopback/eslint-config@10.2.0) (2021-05-03)
### Features
* support node v16 ([ac99415](https://github.com/strongloop/loopback-next/commit/ac994154543bde22b4482ba98813351656db1b55))
## [10.1.1](https://github.com/strongloop/loopback-next/compare/@loopback/eslint-config@10.1.0...@loopback/eslint-config@10.1.1) (2021-04-06)

@@ -8,0 +19,0 @@

32

package.json
{
"name": "@loopback/eslint-config",
"version": "10.1.1",
"description": "ESLint configuration for LoopBack projects",
"engines": {
"node": "^10.16 || 12 || 14 || 15"
},
"version": "10.2.0",
"license": "MIT",
"main": "eslintrc.js",
"author": "IBM Corp.",
"copyright.owner": "IBM Corp.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/strongloop/loopback-next.git",
"directory": "packages/eslint-config"
},
"engines": {
"node": "^10.16 || 12 || 14 || 16"
},
"publishConfig": {

@@ -16,17 +21,12 @@ "access": "public"

"peerDependencies": {
"eslint": "^7.23.0"
"eslint": "^7.25.0"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.20.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-eslint-plugin": "^2.3.0",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-eslint-plugin": "^3.0.2",
"eslint-plugin-mocha": "^8.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/strongloop/loopback-next.git",
"directory": "packages/eslint-config"
},
"gitHead": "156ca0fcf8fa246ca380ab28b44b3708896be2b6"
"gitHead": "2ca802912d8c7750d0256f3c3d493c4525415201"
}
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