Socket
Socket
Sign inDemoInstall

botframework-webchat

Package Overview
Dependencies
Maintainers
5
Versions
440
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

botframework-webchat - npm Package Compare versions

Comparing version 0.13.1-master.6da7b6c to 0.13.1-master.b751198

2

CHANGELOG.md

@@ -8,2 +8,4 @@ # Changelog

## [Unreleased]
#### Changed
- Fix [#1006](https://github.com/Microsoft/BotFramework-WebChat/issues/1006) links in README.md to reference `web-chat` instead of `webchat`, by [@AlexanderEllis](https://github.com/AlexanderEllis) in [#980](https://github.com/Microsoft/BotFramework-WebChat/pull/980)

@@ -10,0 +12,0 @@ ## [0.13.1] - 2018-05-01

5

package.json
{
"name": "botframework-webchat",
"version": "0.13.1-master.6da7b6c",
"version": "0.13.1-master.b751198",
"description": "Embeddable web chat control for the Microsoft Bot Framework",

@@ -23,4 +23,3 @@ "main": "built/BotChat.js",

"mock": "cd test && npm start",
"install-test": "cd test && npm install",
"versionCommit": "npx gulp-cli version-commit"
"install-test": "cd test && npm install"
},

@@ -27,0 +26,0 @@ "repository": {

@@ -53,6 +53,8 @@ # Microsoft Bot Framework Web Chat

* `/samples/standalone` has a slightly more sophisticated version of this code, great for testing
* You can reference a specific release like this: `https://cdn.botframework.com/botframework-webchat/latest/botchat.js`. Make sure you version the `botchat.css` and `botchat.js` files together.
* You can reference to latest release like this, [https://cdn.botframework.com/botframework-webchat/latest/botchat.js](https://cdn.botframework.com/botframework-webchat/latest/botchat.js). Make sure you use the same version for both `botchat.css` and `botchat.js`.
* You can also reference to a previously published build, for example, [https://cdn.botframework.com/botframework-webchat/0.11.4/botchat.js](https://cdn.botframework.com/botframework-webchat/0.11.4/botchat.js).
* Or if you want to try out latest fixes as on our GitHub `master` branch, you can use [https://cdn.botframework.com/botframework-webchat/0.13.1-master.ea2166a/botchat.js](https://cdn.botframework.com/botframework-webchat/0.13.1-master.ea2166a/botchat.js). For all version information, you can find it on [NPM](https://www.npmjs.com/package/botframework-webchat?activeTab=versions).
* Don't want to depend on a CDN? Download the files and serve them up from your own website.
* Want to run a custom build of Web Chat? Clone this repo, [alter it](#customizing-webchat), [build it](#building-webchat), and reference your built `botchat.css` and `botchat.js` files.
* Go to the next level with [Advanced Web Chat](#advanced-webchat)
* Want to run a custom build of Web Chat? Clone this repo, [alter it](#customizing-web-chat), [build it](#building-web-chat), and reference your built `botchat.css` and `botchat.js` files.
* Go to the next level with [Advanced Web Chat](#advanced-web-chat)
* Running Web Chat inline may not work for some web pages. Read on for a solution.

@@ -91,3 +93,3 @@

* Go to the next level with [Advanced Web Chat](#advanced-webchat)
* Go to the next level with [Advanced Web Chat](#advanced-web-chat)
* Want to run a custom build of Web Chat in your React app? Read on.

@@ -97,3 +99,3 @@

The simplest approach is to clone (or fork) this repo, [alter it](#customizing-webchat), [build it](#building-webchat), then reference your local build in your project's `package.json` as follows:
The simplest approach is to clone (or fork) this repo, [alter it](#customizing-web-chat), [build it](#building-web-chat), then reference your local build in your project's `package.json` as follows:

@@ -100,0 +102,0 @@ ```javascript

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