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.2.3 to 0.2.4

23

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

@@ -11,7 +11,4 @@ "author": "WorkOS",

],
"engines": {
"node": "10.19.0"
},
"volta": {
"node": "10.19.0",
"node": "10.20.1",
"yarn": "1.22.4"

@@ -41,16 +38,16 @@ },

"pluralize": "8.0.0",
"query-string": "6.11.1"
"query-string": "6.12.1"
},
"devDependencies": {
"@types/jest": "25.1.4",
"@types/node": "12.12.30",
"@types/jest": "25.2.1",
"@types/node": "12.12.35",
"@types/pluralize": "0.0.29",
"axios-mock-adapter": "1.17.0",
"jest": "25.1.0",
"prettier": "1.19.1",
"axios-mock-adapter": "1.18.1",
"jest": "25.3.0",
"prettier": "2.0.4",
"supertest": "4.0.2",
"ts-jest": "25.2.1",
"tslint": "6.1.0",
"ts-jest": "25.3.1",
"tslint": "6.1.1",
"typescript": "3.8.3"
}
}
import { AxiosResponse } from 'axios';
import { AuditTrail } from './audit-trail/audit-trail';
import { Directory } from './directory/directory';
import { SSO } from './sso/sso';

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

readonly auditTrail: AuditTrail;
readonly directory: Directory;
readonly sso: SSO;

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

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

const exceptions_1 = require("./common/exceptions");
const directory_1 = require("./directory/directory");
const sso_1 = require("./sso/sso");

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

this.auditTrail = new audit_trail_1.AuditTrail(this);
this.directory = new directory_1.Directory(this);
this.sso = new sso_1.SSO(this);

@@ -31,0 +29,0 @@ if (!key) {

{
"version": "0.2.3",
"version": "0.2.4",
"name": "@workos-inc/node",

@@ -11,7 +11,4 @@ "author": "WorkOS",

],
"engines": {
"node": "10.19.0"
},
"volta": {
"node": "10.19.0",
"node": "10.20.1",
"yarn": "1.22.4"

@@ -41,16 +38,16 @@ },

"pluralize": "8.0.0",
"query-string": "6.11.1"
"query-string": "6.12.1"
},
"devDependencies": {
"@types/jest": "25.1.4",
"@types/node": "12.12.30",
"@types/jest": "25.2.1",
"@types/node": "12.12.35",
"@types/pluralize": "0.0.29",
"axios-mock-adapter": "1.17.0",
"jest": "25.1.0",
"prettier": "1.19.1",
"axios-mock-adapter": "1.18.1",
"jest": "25.3.0",
"prettier": "2.0.4",
"supertest": "4.0.2",
"ts-jest": "25.2.1",
"tslint": "6.1.0",
"ts-jest": "25.3.1",
"tslint": "6.1.1",
"typescript": "3.8.3"
}
}
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