🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@mastermunj/oxc-config

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mastermunj/oxc-config - npm Package Compare versions

Comparing version
0.0.4
to
0.0.5
+1
-1
.oxlintrc.json

@@ -69,3 +69,3 @@ {

},
"ignore": "^[a-z]{2,3}-[A-Z]{2,3}(.test)?\\.(ts|js)$"
"ignore": ["^[a-z]{2,3}-[A-Z]{2,3}(.test)?\\.(ts|js)$"]
}

@@ -72,0 +72,0 @@ ],

{
"name": "@mastermunj/oxc-config",
"version": "0.0.4",
"version": "0.0.5",
"description": "Shared oxlint + oxfmt configuration for TypeScript packages",

@@ -44,7 +44,7 @@ "keywords": [

"devDependencies": {
"commit-and-tag-version": "^12.7.1",
"oxfmt": "^0.42.0",
"oxlint": "^1.57.0",
"oxlint-tsgolint": "^0.17.3"
"commit-and-tag-version": "^13.0.0",
"oxfmt": "^0.59.0",
"oxlint": "^1.74.0",
"oxlint-tsgolint": "^0.25.0"
}
}