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

eslint-config-metarhia

Package Overview
Dependencies
Maintainers
0
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-metarhia - npm Package Compare versions

Comparing version 9.0.6 to 9.0.7

5

index.js

@@ -32,2 +32,5 @@ 'use strict';

Object.assign(configMetarhia.rules, recommended.rules);
Object.assign(configMetarhia.rules, configPrettier.rules);
for (const section of sections) {

@@ -37,2 +40,2 @@ Object.assign(configMetarhia.rules, section);

module.exports = [recommended, configPrettier, configMetarhia];
module.exports = [configMetarhia];

4

package.json
{
"name": "eslint-config-metarhia",
"version": "9.0.6",
"version": "9.0.7",
"author": "Alexey Orlenko <eaglexrlnk@gmail.com>",

@@ -41,3 +41,3 @@ "license": "MIT",

"dependencies": {
"eslint": "^9.9.1",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",

@@ -44,0 +44,0 @@ "eslint-plugin-prettier": "^5.2.1",

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