New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

litlib

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

litlib

A little library of server functions

latest
npmnpm
Version
3.0.0
Version published
Maintainers
1
Created
Source

litlib

A little library of server utility functions Note: Version 1.3.0 was the last stable release, no changes shall be made aside from bug fixes until version 2. For new developments, please use version >1.3.1-alpha.0

Included utilities:

  • ldb: Database Wrappers.

    • Db - Wrapper over pg-pool module.
  • cipher: Some crypto functions.

    • encrypt
    • decrypt
    • hashText
    • generateSalt
    • generateKey
    • randomBytes
  • mailer: Mailing Classes.

    • Email - Send emails using nodemailer
  • lfs: Litlib File Systems

    • S3
  • utils: Some other utility functions:

    • manageLogs
    • ServerError
    • snakeToCamelCase
    • camelToSnakeCase
    • wrapAsync

FAQs

Package last updated on 07 Oct 2020

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