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

restomax-deliverect

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

restomax-deliverect - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

index.ts

6

package.json
{
"name": "restomax-deliverect",
"version": "0.0.2",
"version": "0.0.3",
"description": "Restomax Deliverect Link",

@@ -31,6 +31,6 @@ "main": "index.js",

"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.30.0",
"@typescript-eslint/parser": "^2.30.0",
"@typescript-eslint/eslint-plugin": "^2.31.0",
"@typescript-eslint/parser": "^2.31.0",
"eslint": "^6.8.0"
}
}
import {ILocation} from './location';
import {IAnswerLinks} from './Links';
import {IAnswerLinks} from './links';

@@ -4,0 +4,0 @@ /**

import {IAccount} from './account';
import {ILocation} from './location';
import {IAnswerLinks} from './Links';
import {IAnswerLinks} from './links';

@@ -5,0 +5,0 @@ // --------------------------------------------------------------------------------

@@ -12,3 +12,3 @@ // --------------------------------------------------------------------------------

*/
audience : string;
audience ?: string;

@@ -18,5 +18,10 @@ /*

*/
grant_type : string;
grant_type ?: string;
}
const EmptyAuthConfig : IAuthRequestBody = { client_id: '', client_secret: '' };
export function AuthConfigIsEmpty(AuthConfig: IAuthRequestBody){
return (!AuthConfig.client_id || !AuthConfig.client_secret);
}

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

import {IAnswerLinks} from './Links';
import {IAnswerLinks} from './links';

@@ -3,0 +3,0 @@ /**

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

import {IAnswerLinks} from './Links';
import {IAnswerLinks} from './links';
import {ICustomer} from './customer';

@@ -3,0 +3,0 @@ import {IChannelStatus} from './channel';

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