restomax-deliverect
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -9,2 +9,3 @@ /** Auth Request Body to ask a access Token | ||
} | ||
export declare const EmptyAuthConfig: IAuthRequestBody; | ||
export declare function AuthConfigIsEmpty(AuthConfig: IAuthRequestBody): boolean; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const EmptyAuthConfig = { client_id: '', client_secret: '' }; | ||
exports.EmptyAuthConfig = { client_id: '', client_secret: '' }; | ||
function AuthConfigIsEmpty(AuthConfig) { | ||
@@ -5,0 +5,0 @@ return (!AuthConfig.client_id || !AuthConfig.client_secret); |
{ | ||
"name": "restomax-deliverect", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Restomax Deliverect Link", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -21,3 +21,3 @@ // -------------------------------------------------------------------------------- | ||
const EmptyAuthConfig : IAuthRequestBody = { client_id: '', client_secret: '' }; | ||
export const EmptyAuthConfig : IAuthRequestBody = { client_id: '', client_secret: '' }; | ||
@@ -24,0 +24,0 @@ export function AuthConfigIsEmpty(AuthConfig: IAuthRequestBody){ |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
43836
1188
0