Socket
Socket
Sign inDemoInstall

@workos-inc/node

Package Overview
Dependencies
Maintainers
7
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.7 to 0.9.8

2

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

@@ -4,0 +4,0 @@ "author": "WorkOS",

@@ -5,3 +5,3 @@ import { WorkOS } from '../workos';

import { Group } from './interfaces/group.interface';
import { User, UserWithGroups } from './interfaces/user.interface';
import { UserWithGroups } from './interfaces/user.interface';
import { ListDirectoriesOptions } from './interfaces/list-directories-options.interface';

@@ -16,4 +16,4 @@ import { ListGroupsOptions } from './interfaces/list-groups-options.interface';

listUsers(options: ListUsersOptions): Promise<List<UserWithGroups>>;
getUser(user: string): Promise<User>;
getUser(user: string): Promise<UserWithGroups>;
getGroup(group: string): Promise<Group>;
}
{
"version": "0.9.7",
"version": "0.9.8",
"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