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.27.0 to 7.27.1

1

lib/index.d.ts

@@ -15,2 +15,3 @@ import { HttpClient } from './common/net/http-client';

export * from './organizations/interfaces';
export * from './organization-domains/interfaces';
export * from './passwordless/interfaces';

@@ -17,0 +18,0 @@ export * from './portal/interfaces';

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

__exportStar(require("./organizations/interfaces"), exports);
__exportStar(require("./organization-domains/interfaces"), exports);
__exportStar(require("./passwordless/interfaces"), exports);

@@ -36,0 +37,0 @@ __exportStar(require("./portal/interfaces"), exports);

1

lib/organizations/interfaces/index.d.ts
export * from './create-organization-options.interface';
export * from './domain-data.interface';
export * from './list-organizations-options.interface';
export * from './organization-domain.interface';
export * from './organization.interface';
export * from './update-organization-options.interface';

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

__exportStar(require("./list-organizations-options.interface"), exports);
__exportStar(require("./organization-domain.interface"), exports);
__exportStar(require("./organization.interface"), exports);
__exportStar(require("./update-organization-options.interface"), exports);

@@ -1,2 +0,2 @@

import { OrganizationDomain } from './organization-domain.interface';
import { OrganizationDomain } from '../../organization-domains/interfaces/organization-domain.interface';
export interface Organization {

@@ -3,0 +3,0 @@ object: 'organization';

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

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

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

{
"version": "7.27.0",
"version": "7.27.1",
"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