Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@workos-inc/node

Package Overview
Dependencies
Maintainers
7
Versions
162
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.3 to 0.9.4

10

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

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

"volta": {
"node": "10.23.3",
"node": "10.24.0",
"yarn": "1.22.10"

@@ -39,3 +39,3 @@ },

"pluralize": "8.0.0",
"query-string": "6.14.0"
"query-string": "6.14.1"
},

@@ -50,6 +50,6 @@ "devDependencies": {

"supertest": "6.1.3",
"ts-jest": "26.5.1",
"ts-jest": "26.5.3",
"tslint": "6.1.3",
"typescript": "4.1.5"
"typescript": "4.2.2"
}
}

@@ -8,4 +8,4 @@ export interface Directory {

environment_id: string;
state: 'unlinked' | 'linked';
state: 'unlinked' | 'linked' | 'invalid_credentials';
type: string;
}
export declare enum GeneratePortalLinkIntent {
SSO = "sso"
SSO = "sso",
DSync = "dsync"
}

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

GeneratePortalLinkIntent["SSO"] = "sso";
GeneratePortalLinkIntent["DSync"] = "dsync";
})(GeneratePortalLinkIntent = exports.GeneratePortalLinkIntent || (exports.GeneratePortalLinkIntent = {}));
{
"version": "0.9.3",
"version": "0.9.4",
"name": "@workos-inc/node",

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

"volta": {
"node": "10.23.3",
"node": "10.24.0",
"yarn": "1.22.10"

@@ -39,3 +39,3 @@ },

"pluralize": "8.0.0",
"query-string": "6.14.0"
"query-string": "6.14.1"
},

@@ -50,6 +50,6 @@ "devDependencies": {

"supertest": "6.1.3",
"ts-jest": "26.5.1",
"ts-jest": "26.5.3",
"tslint": "6.1.3",
"typescript": "4.1.5"
"typescript": "4.2.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