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.5.0 to 0.6.0

dist/src/portal/interfaces/generate-portal-link-intent.interface.d.ts

15

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

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

"node": "10.22.0",
"yarn": "1.22.4"
"yarn": "1.22.5"
},

@@ -31,2 +31,3 @@ "main": "dist/src/index.js",

"test": "jest",
"test:watch": "jest --watch",
"prettier": "prettier \"src/**/*.{js,ts,tsx}\" --check",

@@ -39,13 +40,13 @@ "format": "prettier \"src/**/*.{js,ts,tsx}\" --write",

"pluralize": "8.0.0",
"query-string": "6.13.1"
"query-string": "6.13.2"
},
"devDependencies": {
"@types/jest": "26.0.10",
"@types/node": "12.12.54",
"@types/jest": "26.0.13",
"@types/node": "12.12.58",
"@types/pluralize": "0.0.29",
"axios-mock-adapter": "1.18.2",
"jest": "26.4.2",
"prettier": "2.1.0",
"prettier": "2.1.1",
"supertest": "4.0.2",
"ts-jest": "26.2.0",
"ts-jest": "26.3.0",
"tslint": "6.1.3",

@@ -52,0 +53,0 @@ "typescript": "4.0.2"

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

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

@@ -17,4 +17,5 @@ "use strict";

__exportStar(require("./directory-sync/interfaces"), exports);
__exportStar(require("./portal/interfaces"), exports);
__exportStar(require("./sso/interfaces"), exports);
// tslint:disable-next-line:no-default-export
exports.default = workos_1.WorkOS;
import { AxiosResponse } from 'axios';
import { AuditTrail } from './audit-trail/audit-trail';
import { DirectorySync } from './directory-sync/directory-sync';
import { Portal } from './portal/portal';
import { SSO } from './sso/sso';

@@ -13,2 +14,3 @@ import { WorkOSOptions, PostOptions } from './common/interfaces';

readonly directorySync: DirectorySync;
readonly portal: Portal;
readonly sso: SSO;

@@ -15,0 +17,0 @@ constructor(key?: string | undefined, options?: WorkOSOptions);

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

const exceptions_1 = require("./common/exceptions");
const portal_1 = require("./portal/portal");
const sso_1 = require("./sso/sso");

@@ -30,2 +31,3 @@ const package_json_1 = require("../package.json");

this.directorySync = new directory_sync_1.DirectorySync(this);
this.portal = new portal_1.Portal(this);
this.sso = new sso_1.SSO(this);

@@ -32,0 +34,0 @@ if (!key) {

{
"version": "0.5.0",
"version": "0.6.0",
"name": "@workos-inc/node",

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

"node": "10.22.0",
"yarn": "1.22.4"
"yarn": "1.22.5"
},

@@ -31,2 +31,3 @@ "main": "dist/src/index.js",

"test": "jest",
"test:watch": "jest --watch",
"prettier": "prettier \"src/**/*.{js,ts,tsx}\" --check",

@@ -39,13 +40,13 @@ "format": "prettier \"src/**/*.{js,ts,tsx}\" --write",

"pluralize": "8.0.0",
"query-string": "6.13.1"
"query-string": "6.13.2"
},
"devDependencies": {
"@types/jest": "26.0.10",
"@types/node": "12.12.54",
"@types/jest": "26.0.13",
"@types/node": "12.12.58",
"@types/pluralize": "0.0.29",
"axios-mock-adapter": "1.18.2",
"jest": "26.4.2",
"prettier": "2.1.0",
"prettier": "2.1.1",
"supertest": "4.0.2",
"ts-jest": "26.2.0",
"ts-jest": "26.3.0",
"tslint": "6.1.3",

@@ -52,0 +53,0 @@ "typescript": "4.0.2"

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