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

@antfu/eslint-config-basic

Package Overview
Dependencies
Maintainers
1
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antfu/eslint-config-basic - npm Package Compare versions

Comparing version 0.39.6 to 0.39.7

2

index.js

@@ -371,2 +371,4 @@ module.exports = {

'unicorn/prefer-number-properties': 'error',
// Ban `new Array` as `Array` constructor's params are ambiguous
'unicorn/no-new-array': 'error',

@@ -373,0 +375,0 @@ 'no-use-before-define': ['error', { functions: false, classes: false, variables: true }],

12

package.json
{
"name": "@antfu/eslint-config-basic",
"version": "0.39.6",
"version": "0.39.7",
"description": "",

@@ -22,5 +22,5 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",

"eslint-plugin-import": "npm:eslint-plugin-i@2.27.5-3",
"eslint-plugin-jsonc": "^2.8.0",
"eslint-plugin-jsonc": "^2.9.0",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-no-only-tests": "^3.1.0",

@@ -30,9 +30,9 @@ "eslint-plugin-promise": "^6.1.1",

"eslint-plugin-unused-imports": "^2.0.0",
"eslint-plugin-yml": "^1.7.0",
"eslint-plugin-yml": "^1.8.0",
"jsonc-eslint-parser": "^2.3.0",
"yaml-eslint-parser": "^1.2.2",
"eslint-plugin-antfu": "0.39.6"
"eslint-plugin-antfu": "0.39.7"
},
"devDependencies": {
"eslint": "^8.41.0"
"eslint": "^8.44.0"
},

@@ -39,0 +39,0 @@ "scripts": {

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