Socket
Socket
Sign inDemoInstall

@workos-inc/authkit-nextjs

Package Overview
Dependencies
Maintainers
6
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@workos-inc/authkit-nextjs - npm Package Compare versions

Comparing version 0.8.1 to 0.8.2

2

dist/cjs/workos.d.ts
import { WorkOS } from '@workos-inc/node';
export declare const VERSION = "0.8.1";
export declare const VERSION = "0.8.2";
declare const workos: WorkOS;
export { workos };

@@ -6,3 +6,3 @@ "use strict";

const env_variables_js_1 = require("./env-variables.js");
exports.VERSION = '0.8.1';
exports.VERSION = '0.8.2';
const options = {

@@ -9,0 +9,0 @@ apiHostname: env_variables_js_1.WORKOS_API_HOSTNAME,

{
"name": "@workos-inc/authkit-nextjs",
"version": "0.8.1",
"version": "0.8.2",
"description": "Authentication and session helpers for using WorkOS & AuthKit with Next.js",

@@ -24,3 +24,3 @@ "sideEffects": false,

"dependencies": {
"@workos-inc/node": "^7.12.0",
"@workos-inc/node": "7.14.0",
"iron-session": "^8.0.1",

@@ -55,2 +55,2 @@ "jose": "^5.2.3",

}
}
}

@@ -19,2 +19,8 @@ # AuthKit Next.js Library

## Video tutorial
<a href="https://youtu.be/gMkHOotg0xc?feature=shared" target="_blank">
<img src="https://github.com/user-attachments/assets/ed67129b-3b27-4745-8960-64db4c8ab393" alt="YouTube tutorial: Next.js App Router Authentication with AuthKit" style="display: block; width: 100%; max-width: 720px; height: auto; aspect-ratio: 16/9; object-fit: cover; object-position: center; margin: 1em auto;" onerror="this.onerror=null; this.src='https://img.youtube.com/vi/gMkHOotg0xc/0.jpg'" />
</a>
## Pre-flight

@@ -21,0 +27,0 @@

import { WorkOS } from '@workos-inc/node';
import { WORKOS_API_HOSTNAME, WORKOS_API_HTTPS, WORKOS_API_KEY, WORKOS_API_PORT } from './env-variables.js';
export const VERSION = '0.8.1';
export const VERSION = '0.8.2';

@@ -6,0 +6,0 @@ const options = {

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