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

@clerk/types

Package Overview
Dependencies
Maintainers
9
Versions
2121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clerk/types - npm Package Compare versions

Comparing version 2.0.0-alpha.4 to 2.0.0-alpha.5

2

dist/json.d.ts

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

last_active_session_id: string | null;
created_at: number;
updated_at: number;

@@ -111,2 +112,3 @@ }

public_user_data: PublicUserDataJSON;
created_at: number;
updated_at: number;

@@ -113,0 +115,0 @@ }

@@ -16,2 +16,3 @@ import { ClerkResource } from './resource';

getToken: (options?: GetSessionTokenOptions) => Promise<string>;
createdAt: Date;
updatedAt: Date;

@@ -18,0 +19,0 @@ }

2

package.json
{
"name": "@clerk/types",
"version": "2.0.0-alpha.4",
"version": "2.0.0-alpha.5",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Clerk.dev Types",

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

last_active_session_id: string | null;
created_at: number;
updated_at: number;

@@ -136,2 +137,3 @@ }

public_user_data: PublicUserDataJSON;
created_at: number;
updated_at: number;

@@ -138,0 +140,0 @@ }

@@ -17,2 +17,3 @@ import { ClerkResource } from './resource';

getToken: (options?: GetSessionTokenOptions) => Promise<string>;
createdAt: Date;
updatedAt: Date;

@@ -19,0 +20,0 @@ }

Sorry, the diff of this file is not supported yet

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