Socket
Book a DemoInstallSign in
Socket

mubot-eval2

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mubot-eval2

Redoing the old mubot-eval package.

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

Build Status Coverage Status

mubot-eval2

A hubot/mubot script that runs text against its live code.

See src/mubot-eval2.js for full documentation.

Installation

In hubot project repo, run:

npm install mubot-eval2 --save

Then add mubot-eval2 to your external-scripts.json:

[
  "mubot-eval2"
]

Sample Interaction

User> eval me "Hello" + " " + World + "!"
Mubot> Hello World!

Keywords

hubot

FAQs

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