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

botframework-webchat

Package Overview
Dependencies
Maintainers
5
Versions
453
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.0 to 0.13.1

1

built/SpeechModule.d.ts

@@ -1,2 +0,1 @@

/// <reference path="../src/types/JSpeech.d.ts" />
export declare type Action = () => void;

@@ -3,0 +2,0 @@ export declare type Func<T, TResult> = (item: T) => TResult;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
/// <reference path="types/JSpeech.d.ts"/>
var jspeech_1 = require("jspeech");

@@ -6,0 +5,0 @@ function prefixFallback(type, prefixes) {

5

CHANGELOG.md

@@ -9,2 +9,7 @@ # Changelog

## [0.13.1] - 2018-05-01
### Changed
- Fix [#963](https://github.com/Microsoft/BotFramework-WebChat/issues/963) not to send empty `dgi.Groups` to Cognitive Services, in [#965](https://github.com/Microsoft/BotFramework-WebChat/pull/965)
- Fix [#964](https://github.com/Microsoft/BotFramework-WebChat/issues/964) to include `.d.ts` in `tsconfig.json` instead of `<reference>`, in [#966](https://github.com/Microsoft/BotFramework-WebChat/pull/966)
## [0.13.0] - 2018-04-26

@@ -11,0 +16,0 @@ ### Added

{
"name": "botframework-webchat",
"version": "0.13.0",
"version": "0.13.1",
"description": "Embeddable web chat control for the Microsoft Bot Framework",

@@ -46,2 +46,3 @@ "main": "built/BotChat.js",

"rxjs": "5.4.3",
"simple-update-in": "^1.2.0",
"tslib": "1.7.1"

@@ -48,0 +49,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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