Socket
Socket
Sign inDemoInstall

@ecomplus/application-sdk

Package Overview
Dependencies
5
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ecomplus/application-sdk

App auth and methods to E-Com Plus Store API with NodeJS and Firestore/SQLite


Version published
Maintainers
1
Weekly downloads
44
decreased by-35.29%

Weekly downloads

Readme

Source

E-Com Plus Application SDK

CodeFactor npm version npm version npm version License MIT

Abstractions for apps authentication and methods to E-Com Plus Store API with NodeJS and Firestore/SQLite.

Getting started

Install pkg with firestore or sqlite tag:

npm i --save @ecomplus/application-sdk@firestore
# OR
npm i --save @ecomplus/application-sdk@sqlite

Or you may also install default version and respective database client (depending on your environment):

npm i --save @ecomplus/application-sdk --no-optional
npm i --save sqlite3@4
# OR
npm i --save firebase-admin@8

Environment variables

VariableDefaultInfo
ECOM_AUTH_DB./db.sqlite3SQLite3 database pathname (if not using Firestore)
ECOM_AUTH_UPDATEenabledSet disabled to prevent update-tokens automatic service
ECOM_AUTH_DEBUGSet true to debug setup and background services
ECOM_AUTH_SETUP_TIMEOUTenableddisabled on Google (Firebase) Cloud Functions by default
ECOM_AUTH_UPDATE_INTERVALenableddisabled on Google (Firebase) Cloud Functions by default

Documentation

No methods reference (TODO)

Keywords

FAQs

Last updated on 03 Jul 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc