New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

botframework

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

botframework - npm Package Compare versions

Comparing version 0.8.0 to 0.8.1

1

dist/es5/src/facebook/server.js

@@ -21,3 +21,2 @@ "use strict";

server.connection({
host: 'localhost',
port: this.settings.fb.port

@@ -24,0 +23,0 @@ });

4

package.json
{
"name": "botframework",
"version": "0.8.0",
"version": "0.8.1",
"description": "Framework for messaging bots",

@@ -43,2 +43,2 @@ "main": "./dist/es5/src/bot.js",

}
}
}

@@ -29,3 +29,2 @@ import {IBotSettings} from '../interfaces';

server.connection({
host: 'localhost',
port: this.settings.fb.port

@@ -32,0 +31,0 @@ });

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