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.17.1 to 7.18.0

2

lib/user-management/interfaces/authenticate-with-refresh-token-options.interface.d.ts
import { AuthenticateWithOptionsBase, SerializedAuthenticateWithOptionsBase } from './authenticate-with-options-base.interface';
export interface AuthenticateWithRefreshTokenOptions extends AuthenticateWithOptionsBase {
refreshToken: string;
organizationId?: string;
}

@@ -11,2 +12,3 @@ export interface AuthenticateUserWithRefreshTokenCredentials {

refresh_token: string;
organization_id: string | undefined;
}

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

refresh_token: options.refreshToken,
organization_id: options.organizationId,
ip_address: options.ipAddress,

@@ -11,0 +12,0 @@ user_agent: options.userAgent,

2

lib/workos.js

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

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

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

{
"version": "7.17.1",
"version": "7.18.0",
"name": "@workos-inc/node",

@@ -68,2 +68,3 @@ "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