eslint-plugin-qwik
Advanced tools
Comparing version 1.9.1 to 1.10.0
{ | ||
"name": "eslint-plugin-qwik", | ||
"description": "An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.", | ||
"version": "1.9.1", | ||
"version": "1.10.0", | ||
"author": "Builder Team", | ||
"bugs": "https://github.com/QwikDev/qwik/issues", | ||
"dependencies": { | ||
"jsx-ast-utils": "^3.3.5" | ||
"jsx-ast-utils": "^3.3.5", | ||
"@typescript-eslint/utils": "^8.12.2" | ||
}, | ||
@@ -14,6 +15,5 @@ "devDependencies": { | ||
"@typescript-eslint/rule-tester": "7.8.0", | ||
"@typescript-eslint/utils": "7.8.0", | ||
"redent": "4.0.0", | ||
"@builder.io/qwik": "^1.9.1", | ||
"@builder.io/qwik-city": "^1.9.1" | ||
"@builder.io/qwik": "^1.10.0", | ||
"@builder.io/qwik-city": "^1.10.0" | ||
}, | ||
@@ -20,0 +20,0 @@ "engines": { |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
103602
6
662
3
+ Added@typescript-eslint/scope-manager@8.18.0(transitive)
+ Added@typescript-eslint/types@8.18.0(transitive)
+ Added@typescript-eslint/typescript-estree@8.18.0(transitive)
+ Added@typescript-eslint/utils@8.18.0(transitive)
+ Added@typescript-eslint/visitor-keys@8.18.0(transitive)
+ Addedbrace-expansion@2.0.1(transitive)
+ Addedbraces@3.0.3(transitive)
+ Addedeslint-visitor-keys@4.2.0(transitive)
+ Addedfast-glob@3.3.2(transitive)
+ Addedfill-range@7.1.1(transitive)
+ Addedglob-parent@5.1.2(transitive)
+ Addedis-number@7.0.0(transitive)
+ Addedmerge2@1.4.1(transitive)
+ Addedmicromatch@4.0.8(transitive)
+ Addedminimatch@9.0.5(transitive)
+ Addedpicomatch@2.3.1(transitive)
+ Addedsemver@7.6.3(transitive)
+ Addedto-regex-range@5.0.1(transitive)
+ Addedts-api-utils@1.4.3(transitive)
+ Addedtypescript@5.7.2(transitive)