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.20.0 to 7.21.0

4

lib/organizations/interfaces/update-organization-options.interface.d.ts
import { DomainData } from './domain-data.interface';
export interface UpdateOrganizationOptions {
organization: string;
name: string;
name?: string;
domainData?: DomainData[];

@@ -16,3 +16,3 @@ /**

export interface SerializedUpdateOrganizationOptions {
name: string;
name?: string;
domain_data?: DomainData[];

@@ -19,0 +19,0 @@ /**

@@ -219,7 +219,5 @@ "use strict";

],
name: 'Test Organization 2',
});
expect((0, test_utils_1.fetchBody)()).toEqual({
domain_data: [{ domain: 'example.com', state: 'verified' }],
name: 'Test Organization 2',
});

@@ -226,0 +224,0 @@ expect(subject.id).toEqual('org_01EHT88Z8J8795GZNQ4ZP1J81T');

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

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

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

{
"version": "7.20.0",
"version": "7.21.0",
"name": "@workos-inc/node",

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