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

@ecomplus/application-sdk

Package Overview
Dependencies
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

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

  • 1.15.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
13
decreased by-87.38%
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 03 Jul 2022

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc