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

botmaster

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

botmaster - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

4

lib/index.js

@@ -6,6 +6,2 @@ 'use strict';

// this exposes the test classes developers might want to have access to
// like MockBot
Botmaster.testing = require('../tests');
module.exports = Botmaster;

5

package.json
{
"name": "botmaster",
"version": "3.0.0",
"version": "3.0.1",
"description": "Framework allowing developers to write bots that are agnostic with respect to the channel used by their users (messenger, telegram etc...)",

@@ -80,6 +80,3 @@ "main": "./lib/index.js",

"koa": "^2.0.1",
"nock": "^9.0.9",
"nodemon": "^1.11.0",
"nyc": "^10.1.2",
"pify": "^2.3.0",
"request-promise": "^4.1.1"

@@ -86,0 +83,0 @@ },

@@ -5,4 +5,14 @@ 'use strict';

// if using MockBot in your library, just do a require('botmaster/tests').MockBot
// and make sure the following packages are either in your dependencies exports
// dev-dependencies:
/**
* express
* koa
* body-parser
*/
module.exports = {
MockBot,
};

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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