Comparing version 1.1.0 to 1.1.1
@@ -22,5 +22,5 @@ // @ts-check | ||
if (packageJson.dependencies["next"]) foundFrameworks.push("next") | ||
if (packageJson.dependencies["express"]) foundFrameworks.push("express") | ||
if (packageJson.devDependencies["@sveltejs/kit"]) | ||
if (packageJson?.dependencies?.["next"]) foundFrameworks.push("next") | ||
if (packageJson?.dependencies?.["express"]) foundFrameworks.push("express") | ||
if (packageJson?.devDependencies?.["@sveltejs/kit"]) | ||
foundFrameworks.push("sveltekit") | ||
@@ -37,3 +37,4 @@ | ||
return "unknown" | ||
} catch { | ||
} catch (error) { | ||
console.error(error) | ||
return "unknown" | ||
@@ -48,5 +49,7 @@ } | ||
console.error( | ||
y.red(`No framework detected. Currently supported frameworks are: ${y.bold( | ||
Object.keys(frameworks).join(", ") | ||
)}`) | ||
y.red( | ||
`No framework detected. Currently supported frameworks are: ${y.bold( | ||
Object.keys(frameworks).join(", ") | ||
)}` | ||
) | ||
) | ||
@@ -59,2 +62,1 @@ | ||
} | ||
{ | ||
"name": "auth", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"homepage": "https://cli.authjs.dev", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -135,3 +135,3 @@ <p align="center"> | ||
<td align="center" valign="top"> | ||
<a href="https://arcjet.com/" target="_blank"> | ||
<a href="https://arcjet.com/?ref=auth.js" target="_blank"> | ||
<img width="108" src="https://avatars.githubusercontent.com/u/24397786?s=200&v=4" alt="Arcjet Logo" /> | ||
@@ -138,0 +138,0 @@ </a><br /> |
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
36906
816
0