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

@exoplay/exobot-adapter-beam

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exoplay/exobot-adapter-beam

exobot adapter for beam

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
1
Created
Source

exobot-adapter-beam

Installation

  • npm install --save @exoplay/exobot/exobot-adapter-beam

A Setup Example

import Exobot from '@exoplay/exobot';
import beam from '@exoplay/exobot-adapter-beam';

const Bot = new Exobot(BOT_NAME, {
  // ...,
  adapters: [
    new beam({
      username: 'myusername', // OR set BEAM_USERNAME
      password: 'mypassword', // OR set BEAM_PASSWORD
    })
  ],
});

License

LGPL licensed. Copyright 2016 Exoplay, LLC. See LICENSE file for more details.

Keywords

exobot

FAQs

Package last updated on 11 Jan 2017

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