Comparing version 1.0.0 to 1.0.1
@@ -6,3 +6,6 @@ import { InvalidArgumentError } from "commander" | ||
import fs from "fs/promises" | ||
const pkg = JSON.parse(await fs.readFile("./package.json")) | ||
import { join } from "path" | ||
import { fileURLToPath } from "url" | ||
const __dirname = fileURLToPath(new URL(".", import.meta.url)) | ||
const pkg = JSON.parse(await fs.readFile(join(__dirname, "./package.json"))) | ||
const { name, description, version } = pkg | ||
@@ -9,0 +12,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://cli.authjs.dev", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"type": "module", | ||
@@ -8,0 +8,0 @@ "bin": { |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
4718
68
0