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

eslint-config-mitmaro

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-mitmaro - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2

5

CHANGELOG.md

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

## [5.0.2] - 2019-07-18
### Fixed
- Base config would not override rules
## [5.0.1] - 2019-07-12

@@ -8,0 +13,0 @@ ### Fixed

2

package.json
{
"name": "eslint-config-mitmaro",
"version": "5.0.1",
"version": "5.0.2",
"description": "mitmaro's personal ESLint configurations",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -53,3 +53,3 @@ 'use strict';

const resultConfigs = [];
const resultConfigs = [baseConfig];
for (const configName of configOrder) {

@@ -64,4 +64,3 @@ if (!configsToLoad.includes(configName)) {

resultConfigs.push(baseConfig);
return mergeConfigs(resultConfigs);
};
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