Socket
Socket
Sign inDemoInstall

@workos-inc/node

Package Overview
Dependencies
Maintainers
7
Versions
155
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.6.0 to 7.7.0

2

lib/user-management/interfaces/enroll-auth-factor.interface.d.ts

@@ -6,2 +6,3 @@ export interface EnrollAuthFactorOptions {

totpUser?: string;
totpSecret?: string;
}

@@ -12,2 +13,3 @@ export interface SerializedEnrollUserInMfaFactorOptions {

totp_user?: string;
totp_secret?: string;
}

@@ -8,3 +8,4 @@ "use strict";

totp_user: options.totpUser,
totp_secret: options.totpSecret,
});
exports.serializeEnrollAuthFactorOptions = serializeEnrollAuthFactorOptions;

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

totpUser: 'some_user',
totpSecret: 'secret-test',
});

@@ -533,0 +534,0 @@ expect((0, test_utils_1.fetchURL)()).toContain(`/user_management/users/${userId}/auth_factors`);

2

lib/workos.js

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

const fetch_client_1 = require("./common/utils/fetch-client");
const VERSION = '7.6.0';
const VERSION = '7.7.0';
const DEFAULT_HOSTNAME = 'api.workos.com';

@@ -30,0 +30,0 @@ class WorkOS {

{
"version": "7.6.0",
"version": "7.7.0",
"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