Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@workos-inc/node

Package Overview
Dependencies
Maintainers
8
Versions
164
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 2.17.0 to 2.18.0

2

lib/audit-logs/audit-logs.spec.js

@@ -153,2 +153,4 @@ "use strict";

actors: ['Jon', 'Smith'],
actor_names: ['Jon', 'Smith'],
actor_ids: ['user_foo', 'user_bar'],
organization_id: 'org_123',

@@ -155,0 +157,0 @@ range_end: new Date(),

export interface AuditLogExportOptions {
actions?: string[];
/**
* @deprecated Please use `actor_names` instead.
*/
actors?: string[];
actor_names?: string[];
actor_ids?: string[];
organization_id: string;

@@ -5,0 +10,0 @@ range_end: Date;

2

lib/workos.js

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

const bad_request_exception_1 = require("./common/exceptions/bad-request.exception");
const VERSION = '2.17.0';
const VERSION = '2.18.0';
const DEFAULT_HOSTNAME = 'api.workos.com';

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

{
"version": "2.17.0",
"version": "2.18.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