Socket
Socket
Sign inDemoInstall

@workos-inc/node

Package Overview
Dependencies
Maintainers
6
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.13.0 to 7.14.0

2

lib/sso/interfaces/connection-type.enum.d.ts
export declare enum ConnectionType {
ADFSSAML = "ADFSSAML",
AdpOidc = "AdpOidc",
AppleOAuth = "AppleOAuth",
Auth0SAML = "Auth0SAML",

@@ -13,2 +14,3 @@ AzureSAML = "AzureSAML",

GenericSAML = "GenericSAML",
GitHubOAuth = "GitHubOAuth",
GoogleOAuth = "GoogleOAuth",

@@ -15,0 +17,0 @@ GoogleSAML = "GoogleSAML",

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

ConnectionType["AdpOidc"] = "AdpOidc";
ConnectionType["AppleOAuth"] = "AppleOAuth";
ConnectionType["Auth0SAML"] = "Auth0SAML";

@@ -18,2 +19,3 @@ ConnectionType["AzureSAML"] = "AzureSAML";

ConnectionType["GenericSAML"] = "GenericSAML";
ConnectionType["GitHubOAuth"] = "GitHubOAuth";
ConnectionType["GoogleOAuth"] = "GoogleOAuth";

@@ -20,0 +22,0 @@ ConnectionType["GoogleSAML"] = "GoogleSAML";

2

lib/user-management/interfaces/authentication-response.interface.d.ts
import { Impersonator, ImpersonatorResponse } from './impersonator.interface';
import { User, UserResponse } from './user.interface';
type AuthenticationMethod = 'SSO' | 'Password' | 'GitHubOAuth' | 'GoogleOAuth' | 'MicrosoftOAuth' | 'MagicAuth' | 'Impersonation';
type AuthenticationMethod = 'SSO' | 'Password' | 'AppleOAuth' | 'GitHubOAuth' | 'GoogleOAuth' | 'MicrosoftOAuth' | 'MagicAuth' | 'Impersonation';
export interface AuthenticationResponse {

@@ -5,0 +5,0 @@ user: User;

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

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

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

{
"version": "7.13.0",
"version": "7.14.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