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

botbuilder-dialog-loader

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

botbuilder-dialog-loader - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

5

botbuilder-dialog-loader.js

@@ -22,3 +22,6 @@ module.exports = function (bot, basePath, config) {

let arguments = [bot].concat(subConfig);
callback.apply( null, arguments);
if ( callback ) {
callback.apply( null, arguments);
}
}

@@ -25,0 +28,0 @@ }

2

package.json

@@ -6,3 +6,3 @@ {

"name": "botbuilder-dialog-loader",
"version": "0.0.2",
"version": "0.0.3",
"description": "A Library that helps to autload Microsoft Bot Framework dialogs",

@@ -9,0 +9,0 @@ "main": "botbuilder-dialog-loader.js",

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