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
11
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 12.0.3 to 12.0.4

12

CHANGELOG.md

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

## [12.0.4](https://github.com/loopbackio/loopback-next/compare/@loopback/eslint-config@12.0.3...@loopback/eslint-config@12.0.4) (2022-03-29)
### Bug Fixes
* ignore HTTP code-like object members ([493e275](https://github.com/loopbackio/loopback-next/commit/493e2759ef7749b4d2ff7499318b7a6232e74d0d))
* ignore MIME type-like object members ([f282dca](https://github.com/loopbackio/loopback-next/commit/f282dcab18addf63a2fad45fb7b1f0da97c27390))
## [12.0.3](https://github.com/loopbackio/loopback-next/compare/@loopback/eslint-config@12.0.2...@loopback/eslint-config@12.0.3) (2022-02-28)

@@ -8,0 +20,0 @@

4

eslintrc.js

@@ -187,3 +187,3 @@ // Copyright IBM Corp. 2019,2020. All Rights Reserved.

// For members such as `Content-Type`
// For members such as `Content-Type` or `application/json` or `200`
{

@@ -195,3 +195,3 @@ selector: 'memberLike',

// quoting that you want to allow
regex: '[- ]',
regex: '[0-9-/ ]',
match: true,

@@ -198,0 +198,0 @@ },

{
"name": "@loopback/eslint-config",
"description": "ESLint configuration for LoopBack projects",
"version": "12.0.3",
"version": "12.0.4",
"license": "MIT",

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

},
"gitHead": "8aff2ce33aad3daa53b05fa0fbe8a1b2c7ad0bdf"
"gitHead": "22d993c73a7b4ccdb36f2e26ea52460dc46fbd11"
}
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