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

@oculushealth/utils

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oculushealth/utils

Oculushealth Utils Package

latest
npmnpm
Version
0.1.5
Version published
Maintainers
2
Created
Source

@oculushealth/utils

Utils package that is used in the Oculushealth projects.

Environment Variables

Following environment variables are needed

    PLIVO_AUTH_ID
    PLIVO_AUTH_TOKEN
    PLIVO_PHLO_ID
    PLIVO_SOURCE_NUMBER
    ENC_ALGO
    ENC_SALT
    AWS_REGION_NAME
    MAILGUN_API_KEY

Example usage

import {
  invokeLambda
} from "@oculushealth/utils";

(async function() {
  const response = await invokeLambda( {
    functionNme: "oh-lambda-function",
    invocationType: "RequestResponse",
    params: { organizationId: "", updatedAt: "" }
  });
})();

FAQs

Package last updated on 22 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