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

@auth/sveltekit

Package Overview
Dependencies
Maintainers
2
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@auth/sveltekit - npm Package Compare versions

Comparing version 0.11.0 to 0.11.1

1

index.js

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

config.trustHost ??= dev;
config.basePath = `${base}/auth`;
}

4

package.json
{
"name": "@auth/sveltekit",
"version": "0.11.0",
"version": "0.11.1",
"description": "Authentication for SvelteKit.",

@@ -37,3 +37,3 @@ "keywords": [

"set-cookie-parser": "^2.6.0",
"@auth/core": "0.25.0"
"@auth/core": "0.25.1"
},

@@ -40,0 +40,0 @@ "peerDependencies": {

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

config.trustHost ??= dev
config.basePath = `${base}/auth`
}
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