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.2.0 to 1.2.1

2

commands/secret.js

@@ -51,3 +51,3 @@ // @ts-check

await requireFramework(options.path)
await updateEnvFile({ [key]: value }, options.path, true)
await updateEnvFile({ [key]: value }, options.path)
} catch (error) {

@@ -54,0 +54,0 @@ console.error(y.red(error))

@@ -16,3 +16,3 @@ // @ts-check

*/
export async function updateEnvFile(env, envPath = "", comment = false) {
export async function updateEnvFile(env, envPath = "", comment = true) {
const framework = await detectFramework(envPath)

@@ -19,0 +19,0 @@ const dotEnvFile = frameworks[framework]?.envFile

{
"name": "auth",
"version": "1.2.0",
"version": "1.2.1",
"homepage": "https://cli.authjs.dev",

@@ -5,0 +5,0 @@ "repository": {

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