Socket
Socket
Sign inDemoInstall

@strv/eslint-config-base

Package Overview
Dependencies
Maintainers
3
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@strv/eslint-config-base - npm Package Compare versions

Comparing version 1.1.2 to 1.2.0

11

CHANGELOG.md

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

# [1.2.0](https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-base@1.1.2...@strv/eslint-config-base@1.2.0) (2019-04-30)
### Features
* improve handling of extensions across all ESLint configs ([08aa00a](https://github.com/strvcom/code-quality-tools/commit/08aa00a)), closes [#19](https://github.com/strvcom/code-quality-tools/issues/19)
## [1.1.2](https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-base@1.1.1...@strv/eslint-config-base@1.1.2) (2019-04-09)

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

2

globs.js

@@ -28,2 +28,4 @@ /**

'.*.js',
'*.cjs',
'.*.cjs',
],

@@ -30,0 +32,0 @@

2

index.js

@@ -24,6 +24,6 @@ /**

'.mjs',
'.cjs',
// @TODO(semver:major): Remove .es
'.es',
'.js',
'.jsx',
'.json',

@@ -30,0 +30,0 @@ '.node',

{
"name": "@strv/eslint-config-base",
"description": "STRV's ESLint configuration preset",
"version": "1.1.2",
"version": "1.2.0",
"author": "Pavel Prichodko <prichodko.p@gmail.com>",

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

},
"gitHead": "d2b57162a55266b098bccf5e11fe2a9a9bc5dd8a"
"gitHead": "6f7d241c7be727ec5aa1e048b193cce655b3cef5"
}
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