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

@auth/core

Package Overview
Dependencies
Maintainers
2
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@auth/core - npm Package Compare versions

Comparing version 0.16.0 to 0.16.1

1

index.js

@@ -112,2 +112,3 @@ /**

return new Response(JSON.stringify({ url: redirect }), {
status: internalResponse.status,
headers: response.headers,

@@ -114,0 +115,0 @@ });

2

package.json
{
"name": "@auth/core",
"version": "0.16.0",
"version": "0.16.1",
"description": "Authentication for the Web.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -152,2 +152,3 @@ /**

return new Response(JSON.stringify({ url: redirect }), {
status: internalResponse.status,
headers: response.headers,

@@ -154,0 +155,0 @@ })

Sorry, the diff of this file is not supported yet

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