Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

m-bot

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

m-bot - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

8

package.json
{
"name": "m-bot",
"version": "2.0.1",
"version": "2.0.2",
"description": "A little console based chatbot",

@@ -10,8 +10,6 @@ "main": "src/index.js",

"scripts": {
"start": "node .",
"dev": "nodemon .",
"build": "tsc",
"test": "jest",
"test:watch": "jest --watch",
"postinstall": "yarn build"
"test:watch": "npm run test -- --watch",
"postinstall": "npm run build"
},

@@ -18,0 +16,0 @@ "author": "Caleb Sharp",

# M
A little console based chatbot.
A little console based chatbot/framework.
## Getting Started
To install the latest version:
Make sure you have yarn installed by following the instructions at
[https://yarnpkg.com/en/docs/install](https://yarnpkg.com/en/docs/install)
To install the latest version of M:
```bash
$ npm install -g m-bot
$ yarn global add m-bot
```

@@ -23,2 +26,2 @@

Good to see you again
```
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc