Socket
Socket
Sign inDemoInstall

@auth/express

Package Overview
Dependencies
92
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.5 to 0.5.6

providers/bankid-no.d.ts

10

package.json
{
"name": "@auth/express",
"description": "Authentication for Express.",
"version": "0.5.5",
"version": "0.5.6",
"type": "module",

@@ -16,3 +16,4 @@ "files": [

"types": "./index.d.ts",
"import": "./index.js"
"import": "./index.js",
"default": "./index.js"
},

@@ -27,3 +28,4 @@ "./providers": {

"types": "./providers/*.d.ts",
"import": "./providers/*.js"
"import": "./providers/*.js",
"default": "./providers/*.js"
},

@@ -36,3 +38,3 @@ "./package.json": "./package.json"

"dependencies": {
"@auth/core": "0.31.0"
"@auth/core": "0.34.1"
},

@@ -39,0 +41,0 @@ "devDependencies": {

<p align="center">
<br/>
<a href="https://authjs.dev" target="_blank"><img width="150px" src="https://authjs.dev/img/logo-sm.png" /></a>
<h3 align="center">Express Auth</a></h3>
<h4 align="center">Authentication for Express.</h4>
<p align="center" style="align: center;">
<a href="https://npm.im/next-auth">
<img src="https://img.shields.io/badge/TypeScript-blue?style=flat-square" alt="TypeScript" />
</a>
<a href="https://npm.im/@auth/express">
<img alt="npm" src="https://img.shields.io/npm/v/@auth/express?color=green&label=@auth/express&style=flat-square">
</a>
<a href="https://www.npmtrends.com/@auth/express">
<img src="https://img.shields.io/npm/dm/@auth/express?label=%20downloads&style=flat-square" alt="Downloads" />
</a>
<a href="https://github.com/nextauthjs/next-auth/stargazers">
<img src="https://img.shields.io/github/stars/nextauthjs/next-auth?style=flat-square" alt="GitHub Stars" />
</a>
</p>
<a href="https://expressjs.com" target="_blank"><img height="96px" src="https://authjs.dev/img/etc/express.svg" /></a>
<a href="https://express.authjs.dev" target="_blank"><img height="96px" src="https://authjs.dev/img/logo-sm.png" /></a>
<h1 align="center">Express Auth</h1>
</p>
<p align="center">
Authentication for Express.
</p>
<p align="center">
<a href="https://www.npmjs.com/package/@auth/express"><img src="https://img.shields.io/npm/v/@auth/express?style=flat-square&label=latest&color=purple" alt="npm latest release" /></a>
<a href="https://www.npmtrends.com/@auth/express"><img src="https://img.shields.io/npm/dm/@auth/express?style=flat-square&color=cyan" alt="Downloads" /></a>
<a href="https://github.com/nextauthjs/next-auth/stargazers"><img src="https://img.shields.io/github/stars/nextauthjs/next-auth?style=flat-square&color=orange" alt="Github Stars" /></a>
<img src="https://shields.io/badge/TypeScript-3178C6?logo=TypeScript&logoColor=fff&style=flat-square" alt="TypeScript" />
</p>

@@ -22,0 +16,0 @@ ---

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc