Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

auth

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auth - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

5

index.js

@@ -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 @@

2

package.json

@@ -5,3 +5,3 @@ {

"homepage": "https://cli.authjs.dev",
"version": "1.0.0",
"version": "1.0.1",
"type": "module",

@@ -8,0 +8,0 @@ "bin": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc