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.4.0 to 0.4.1

dist/src/audit-trail/interfaces/index.d.ts

12

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

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

},
"main": "dist/src/workos.js",
"main": "dist/src/index.js",
"files": [

@@ -41,10 +41,10 @@ "dist/**/*"

"devDependencies": {
"@types/jest": "26.0.8",
"@types/node": "12.12.53",
"@types/jest": "26.0.9",
"@types/node": "12.12.54",
"@types/pluralize": "0.0.29",
"axios-mock-adapter": "1.18.2",
"jest": "26.2.2",
"jest": "26.4.0",
"prettier": "2.0.5",
"supertest": "4.0.2",
"ts-jest": "26.1.4",
"ts-jest": "26.2.0",
"tslint": "6.1.3",

@@ -51,0 +51,0 @@ "typescript": "3.9.7"

@@ -6,3 +6,3 @@ import { CreateEventOptions } from './interfaces/create-event-options.interface';

import { ListEventsOptions } from './interfaces/list-events-options.interface';
import WorkOS from '../workos';
import { WorkOS } from '../workos';
export declare class AuditTrail {

@@ -9,0 +9,0 @@ private readonly workos;

@@ -14,3 +14,3 @@ export interface EventAction {

longitude: string;
type: 'c' | 'r' | 'u' | 'd';
type: string;
actor_name: string;

@@ -17,0 +17,0 @@ actor_id: string;

@@ -1,2 +0,2 @@

import WorkOS from '../workos';
import { WorkOS } from '../workos';
import { Directory } from './interfaces/directory.interface';

@@ -3,0 +3,0 @@ import { List } from '../common/interfaces/list.interface';

@@ -7,3 +7,3 @@ import { AuthorizationURLOptions } from './interfaces/authorization-url-options.interface';

import { PromoteDraftConnectionOptions } from './interfaces/promote-draft-connection-options.interface';
import WorkOS from '../workos';
import { WorkOS } from '../workos';
export declare class SSO {

@@ -10,0 +10,0 @@ private readonly workos;

@@ -19,2 +19,1 @@ import { AxiosResponse } from 'axios';

}
export default WorkOS;

@@ -132,3 +132,1 @@ "use strict";

exports.WorkOS = WorkOS;
// tslint:disable-next-line:no-default-export
exports.default = WorkOS;
{
"version": "0.4.0",
"version": "0.4.1",
"name": "@workos-inc/node",

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

},
"main": "dist/src/workos.js",
"main": "dist/src/index.js",
"files": [

@@ -41,10 +41,10 @@ "dist/**/*"

"devDependencies": {
"@types/jest": "26.0.8",
"@types/node": "12.12.53",
"@types/jest": "26.0.9",
"@types/node": "12.12.54",
"@types/pluralize": "0.0.29",
"axios-mock-adapter": "1.18.2",
"jest": "26.2.2",
"jest": "26.4.0",
"prettier": "2.0.5",
"supertest": "4.0.2",
"ts-jest": "26.1.4",
"ts-jest": "26.2.0",
"tslint": "6.1.3",

@@ -51,0 +51,0 @@ "typescript": "3.9.7"

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