Socket
Socket
Sign inDemoInstall

@workos-inc/node

Package Overview
Dependencies
Maintainers
6
Versions
154
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 7.25.0 to 7.25.1

lib/user-management/interfaces/password-hash-type.interface.d.ts

5

lib/user-management/interfaces/create-user-options.interface.d.ts

@@ -0,1 +1,2 @@

import { PasswordHashType } from './password-hash-type.interface';
export interface CreateUserOptions {

@@ -5,3 +6,3 @@ email: string;

passwordHash?: string;
passwordHashType?: 'bcrypt' | 'firebase-scrypt' | 'ssha';
passwordHashType?: PasswordHashType;
firstName?: string;

@@ -15,3 +16,3 @@ lastName?: string;

password_hash?: string;
password_hash_type?: 'bcrypt' | 'firebase-scrypt' | 'ssha';
password_hash_type?: PasswordHashType;
first_name?: string;

@@ -18,0 +19,0 @@ last_name?: string;

@@ -0,1 +1,2 @@

import { PasswordHashType } from './password-hash-type.interface';
export interface UpdateUserOptions {

@@ -8,3 +9,3 @@ userId: string;

passwordHash?: string;
passwordHashType?: 'bcrypt' | 'firebase-scrypt' | 'ssha';
passwordHashType?: PasswordHashType;
}

@@ -17,3 +18,3 @@ export interface SerializedUpdateUserOptions {

password_hash?: string;
password_hash_type?: 'bcrypt' | 'firebase-scrypt' | 'ssha';
password_hash_type?: PasswordHashType;
}

2

lib/workos.js

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

const fetch_client_1 = require("./common/net/fetch-client");
const VERSION = '7.25.0';
const VERSION = '7.25.1';
const DEFAULT_HOSTNAME = 'api.workos.com';

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

{
"version": "7.25.0",
"version": "7.25.1",
"name": "@workos-inc/node",

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

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