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

@bmatei/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bmatei/eslint-config - npm Package Compare versions

Comparing version 1.0.20 to 1.0.21

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.0.21](https://github.com/bfmatei/eslint-config/compare/v1.0.20...v1.0.21) (2020-03-26)
### Bug Fixes
* update dependencies ([235dd1a](https://github.com/bfmatei/eslint-config/commit/235dd1ae56a51eb046823499d4ae4a1b3d2ca202))
## [1.0.20](https://github.com/bfmatei/eslint-config/compare/v1.0.19...v1.0.20) (2020-03-22)

@@ -2,0 +9,0 @@

9

package.json
{
"name": "@bmatei/eslint-config",
"version": "1.0.20",
"description": "Configurations for ESLint",
"version": "1.0.21",
"description": "Configurations for ESLint.",
"author": "Bogdan Matei <bogdan@matei.dev>",

@@ -10,2 +10,3 @@ "license": "MIT",

"scripts": {
"prettify": "prettier --write \"./**/*.{json,yaml,yml}\"",
"semantic-release": "semantic-release"

@@ -17,6 +18,6 @@ },

"husky": "4.2.3",
"lint-staged": "10.0.8",
"prettier": "2.0.1",
"lint-staged": "10.0.9",
"prettier": "2.0.2",
"semantic-release": "17.0.4"
}
}

@@ -7,3 +7,3 @@ # ESLint Configuration

- `eslint-config-prettier` - 6.10.1
- `prettier` - 2.0.1
- `prettier` - 2.0.2
- `@typescript-eslint/eslint-plugin` - 2.24.0

@@ -188,2 +188,3 @@ - `@typescript-eslint/eslint-plugin-tslint` - 2.24.0

- `@typescript-eslint/brace-style` - disabled - Prettier
- `@typescript-eslint/class-literal-property-style` - disabled since we don't want to enforce a particular style
- `@typescript-eslint/comma-spacing` - disabled - Prettier

@@ -190,0 +191,0 @@ - `@typescript-eslint/func-call-spacing` - disabled - Prettier

Sorry, the diff of this file is not supported yet

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