New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@workos-inc/node

Package Overview
Dependencies
Maintainers
6
Versions
181
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@workos-inc/node - npm Package Compare versions

Comparing version

to
7.39.0

4

lib/user-management/fixtures/list-users.json

@@ -12,3 +12,5 @@ {

"updated_at": "2023-07-18T02:07:19.911Z",
"email_verified_at": "2023-07-17T20:07:20.055Z"
"email_verified": true,
"profile_picture_url": "https://example.com/profile_picture.jpg",
"last_sign_in_at": "2023-07-18T02:07:19.911Z"
}

@@ -15,0 +17,0 @@ ],

@@ -10,3 +10,4 @@ {

"email_verified": true,
"profile_picture_url": "https://example.com/profile_picture.jpg"
"profile_picture_url": "https://example.com/profile_picture.jpg",
"last_sign_in_at": "2023-07-18T02:07:19.911Z"
}

@@ -9,2 +9,3 @@ export interface User {

lastName: string | null;
lastSignInAt: string | null;
createdAt: string;

@@ -21,4 +22,5 @@ updatedAt: string;

last_name: string | null;
last_sign_in_at: string | null;
created_at: string;
updated_at: string;
}

@@ -12,2 +12,3 @@ "use strict";

lastName: user.last_name,
lastSignInAt: user.last_sign_in_at,
createdAt: user.created_at,

@@ -14,0 +15,0 @@ updatedAt: user.updated_at,

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

const actions_1 = require("./actions/actions");
const VERSION = '7.38.0';
const VERSION = '7.39.0';
const DEFAULT_HOSTNAME = 'api.workos.com';

@@ -35,0 +35,0 @@ const HEADER_AUTHORIZATION = 'Authorization';

{
"version": "7.38.0",
"version": "7.39.0",
"name": "@workos-inc/node",

@@ -4,0 +4,0 @@ "author": "WorkOS",

Sorry, the diff of this file is too big to display