🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@applitools/eg-frpc

Package Overview
Dependencies
Maintainers
40
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/eg-frpc

Application that yada yada yada.

latest
Source
npmnpm
Version
1.0.5
Version published
Weekly downloads
279K
-4.63%
Maintainers
40
Weekly downloads
 
Created
Source

eg-frpc

Application that yada yada yada.

Installing

  • This package is meant to be used as a docker container, passing the environment variables as defined below.
docker run -d applitools/eg-frpc
  • Alternatively, it can be run using ./scripts/run-eg-frpc.js, passing the environment variables as defined below.
npm install -g @applitools/eg-frpc
run-eg-frpc.js
  • Alternatively, you can import it and create the app (see below), passing it the configuration as defined below.
npm install @applitools/eg-frpc

Services it depends on

  • Yada: yada yada

Queue Job Schema

A JSON with the following fields:

  • yada: yada yada

Environment variables needed by docker container and application

  • YADA_YADA: yada

Using the package to run the application

const createApp = require('@applitools/eg-frpc')

// configuration options aee the same as the above corresponding environment variables
const app = createApp({})

// app is an express app. Use listen to start it in the usual way
app.listen(/*...*/)

Keywords

applitools

FAQs

Package last updated on 28 Jun 2023

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