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 0.9.10 to 0.10.0

4

dist/package.json
{
"version": "0.9.10",
"version": "0.10.0",
"name": "@workos-inc/node",

@@ -42,3 +42,3 @@ "author": "WorkOS",

"@types/jest": "26.0.22",
"@types/node": "12.20.8",
"@types/node": "12.20.9",
"@types/pluralize": "0.0.29",

@@ -45,0 +45,0 @@ "axios-mock-adapter": "1.19.0",

@@ -17,4 +17,6 @@ import { List } from '../common/interfaces/list.interface';

returnUrl?: string;
}): Promise<string>;
}): Promise<{
link: string;
}>;
listOrganizations(options?: ListOrganizationsOptions): Promise<List<Organization>>;
}
{
"version": "0.9.10",
"version": "0.10.0",
"name": "@workos-inc/node",

@@ -42,3 +42,3 @@ "author": "WorkOS",

"@types/jest": "26.0.22",
"@types/node": "12.20.8",
"@types/node": "12.20.9",
"@types/pluralize": "0.0.29",

@@ -45,0 +45,0 @@ "axios-mock-adapter": "1.19.0",

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