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

eslint-config-love

Package Overview
Dependencies
Maintainers
1
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-love - npm Package Compare versions

Comparing version 84.1.1 to 85.0.0

4

lib/index.js

@@ -31,3 +31,5 @@ "use strict";

const rules_1 = require("./rules");
const eslintRuleNames = [...new utils_1.TSESLint.Linter().getRules().keys()];
const eslintRuleNames = [
...new utils_1.TSESLint.Linter({ configType: 'eslintrc' }).getRules().keys(),
];
const namesOfEslintRulesForWhichWeAreUsingTsEquivalents = eslintRuleNames.filter((name) => Object.hasOwn(rules_1.rules, `@typescript-eslint/${name}`));

@@ -34,0 +36,0 @@ const config = {

{
"name": "eslint-config-love",
"version": "84.1.1",
"version": "85.0.0",
"description": "A TypeScript ESLint config that loves you",

@@ -59,3 +59,3 @@ "funding": [

"dependencies": {
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^17.0.0",

@@ -66,3 +66,3 @@ "eslint-plugin-promise": "^7.0.0",

"peerDependencies": {
"eslint": "^8.0.1",
"eslint": "^9.0.0",
"typescript": "*"

@@ -84,3 +84,6 @@ },

"conventional-changelog-conventionalcommits": "8.0.0",
"eslint": "8.57.1",
"eslint": "9.12.0",
"eslint-plugin-import_bottom": "npm:eslint-plugin-import@2.31.0",
"eslint-plugin-n_bottom": "npm:eslint-plugin-n@17.0.0",
"eslint-plugin-promise_bottom": "npm:eslint-plugin-promise@7.0.0",
"js-yaml": "4.1.0",

@@ -87,0 +90,0 @@ "just-diff": "6.0.2",

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