Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@freaktechnik/eslint-config-extension

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@freaktechnik/eslint-config-extension - npm Package Compare versions

Comparing version 10.0.6 to 10.0.7

3

index.js

@@ -6,2 +6,3 @@ import globals from "globals";

import { fileURLToPath } from "url";
import { fixupConfigRules } from "@eslint/compat";

@@ -16,3 +17,3 @@ const dirname = path.dirname(fileURLToPath(import.meta.url)),

...eslintConfigBrowser,
...compat.extends("plugin:no-unsanitized/DOM"),
...fixupConfigRules(compat.extends("plugin:no-unsanitized/DOM")),
{

@@ -19,0 +20,0 @@ files: [ "**/*.js" ],

{
"name": "@freaktechnik/eslint-config-extension",
"version": "10.0.6",
"version": "10.0.7",
"description": "Browser extension linting config freaktechnik likes.",

@@ -25,12 +25,13 @@ "main": "index.js",

"dependencies": {
"@eslint/compat": "^1.0.1",
"@eslint/eslintrc": "^3.0.2",
"@freaktechnik/eslint-config-browser": "^10.0.0",
"@freaktechnik/eslint-config-browser": "^10.0.6",
"eslint-plugin-no-unsanitized": "^4.0.2",
"globals": "^15.0.0"
"globals": "^15.2.0"
},
"peerDependencies": {
"eslint": ">=8.27.0"
"eslint": "^9.0.0"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
"node": ">=18.0.0"
},

@@ -37,0 +38,0 @@ "publishConfig": {

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