@foxiko/client
Advanced tools
Comparing version 1.0.82 to 1.0.83
@@ -137,5 +137,2 @@ const {IdentityServer} = require("./IdentityServer"); | ||
async validate(client_id, client_secret) { | ||
if(!(client instanceof Client)) { | ||
throw "client must be instanceof Client"; | ||
} | ||
const data = await this.client.request() | ||
@@ -142,0 +139,0 @@ .url(`${IDENTITY.CLIENT.VALIDATE}`) |
{ | ||
"name": "@foxiko/client", | ||
"version": "1.0.82", | ||
"version": "1.0.83", | ||
"description": "", | ||
@@ -12,3 +12,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"@foxiko/oauth": "^1.0.18", | ||
"@foxiko/oauth": "^1.0.27", | ||
"foxiko-oauth": "^1.0.7", | ||
@@ -15,0 +15,0 @@ "foxiko-request-handler": "^0.1.1", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
185158
3822
+ Addedpsl@1.13.0(transitive)
- Removedpsl@1.14.0(transitive)
Updated@foxiko/oauth@^1.0.27