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.6.1 to 0.7.0

dist/src/passwordless/interfaces/create-passwordless-session-options.interface.d.ts

10

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

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

"volta": {
"node": "10.22.0",
"node": "10.22.1",
"yarn": "1.22.5"

@@ -42,8 +42,8 @@ },

"devDependencies": {
"@types/jest": "26.0.13",
"@types/node": "12.12.58",
"@types/jest": "26.0.14",
"@types/node": "12.12.59",
"@types/pluralize": "0.0.29",
"axios-mock-adapter": "1.18.2",
"jest": "26.4.2",
"prettier": "2.1.1",
"prettier": "2.1.2",
"supertest": "4.0.2",

@@ -50,0 +50,0 @@ "ts-jest": "26.3.0",

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

export * from './directory-sync/interfaces';
export * from './passwordless/interfaces';
export * from './portal/interfaces';
export * from './sso/interfaces';
export default WorkOS;

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

__exportStar(require("./directory-sync/interfaces"), exports);
__exportStar(require("./passwordless/interfaces"), exports);
__exportStar(require("./portal/interfaces"), exports);

@@ -19,0 +20,0 @@ __exportStar(require("./sso/interfaces"), exports);

import { AxiosResponse } from 'axios';
import { AuditTrail } from './audit-trail/audit-trail';
import { DirectorySync } from './directory-sync/directory-sync';
import { Passwordless } from './passwordless/passwordless';
import { Portal } from './portal/portal';

@@ -14,2 +15,3 @@ import { SSO } from './sso/sso';

readonly directorySync: DirectorySync;
readonly passwordless: Passwordless;
readonly portal: Portal;

@@ -16,0 +18,0 @@ readonly sso: SSO;

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

const exceptions_1 = require("./common/exceptions");
const passwordless_1 = require("./passwordless/passwordless");
const portal_1 = require("./portal/portal");

@@ -31,2 +32,3 @@ const sso_1 = require("./sso/sso");

this.directorySync = new directory_sync_1.DirectorySync(this);
this.passwordless = new passwordless_1.Passwordless(this);
this.portal = new portal_1.Portal(this);

@@ -33,0 +35,0 @@ this.sso = new sso_1.SSO(this);

{
"version": "0.6.1",
"version": "0.7.0",
"name": "@workos-inc/node",

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

"volta": {
"node": "10.22.0",
"node": "10.22.1",
"yarn": "1.22.5"

@@ -42,8 +42,8 @@ },

"devDependencies": {
"@types/jest": "26.0.13",
"@types/node": "12.12.58",
"@types/jest": "26.0.14",
"@types/node": "12.12.59",
"@types/pluralize": "0.0.29",
"axios-mock-adapter": "1.18.2",
"jest": "26.4.2",
"prettier": "2.1.1",
"prettier": "2.1.2",
"supertest": "4.0.2",

@@ -50,0 +50,0 @@ "ts-jest": "26.3.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