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.3 to 0.0.4

1

lib/src/auth.d.ts

@@ -9,2 +9,3 @@ /** Auth Request Body to ask a access Token

}
export declare const EmptyAuthConfig: IAuthRequestBody;
export declare function AuthConfigIsEmpty(AuthConfig: IAuthRequestBody): boolean;

2

lib/src/auth.js
"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

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