🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@sb1/eslint-config-ffe-base

Package Overview
Dependencies
Maintainers
4
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sb1/eslint-config-ffe-base - npm Package Compare versions

Comparing version

to
3.0.9

9

package.json
{
"name": "@sb1/eslint-config-ffe-base",
"version": "3.0.8",
"version": "3.0.9",
"description": "",

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

],
"main": "index.js",
"main": "index.cjs",
"repository": {

@@ -18,3 +18,4 @@ "type": "git",

"scripts": {
"lint": "eslint .",
"lint": "echo \"Skipping lint for linting config\" && true",
"lint:fix": "echo \"Skipping lint:fix for linting config\" && true",
"unused": "eslint-find-rules -u"

@@ -33,3 +34,3 @@ },

},
"gitHead": "2f80a2e2404e90b484fe98e2b81b368a9fc86827"
"gitHead": "12c17b17efaecc8943ccaef202c7243e43083d52"
}