Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

botframework-webchat

Package Overview
Dependencies
44
Maintainers
5
Versions
427
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.14.1-master.276ee59 to 0.14.1-master.716c88f

2

built/Strings.js

@@ -83,3 +83,3 @@ "use strict";

messageSending: 'sendet',
timeSent: ' am %1',
timeSent: ' um %1',
consolePlaceholder: 'Verfasse eine Nachricht...',

@@ -86,0 +86,0 @@ listeningIndicator: 'Hören...',

@@ -8,3 +8,9 @@ # Changelog

## [Unreleased]
### Added
- Bump [`node-sass`](https://github.com/sass/node-sass) to 4.9.2, by [@corinagum](https://github.com/corinagum) in PR [#1043](https://github.com/Microsoft/BotFramework-WebChat/pull/1043).
- Add TSLint, by [@adeogunsamuel](https://github.com/adeogunsamuel) in [#1017](https://github.com/Microsoft/BotFramework-WebChat/pull/1017)
### Changed
- Fix typo in `de-DE`, by [@jKelio](https://github.com/jKelio) in [#1022](https://github.com/Microsoft/BotFramework-WebChat/pull/1022)
## [0.14.0] - 2018-06-26

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

{
"name": "botframework-webchat",
"version": "0.14.1-master.276ee59",
"version": "0.14.1-master.716c88f",
"description": "Embeddable web chat control for the Microsoft Bot Framework",

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

"build-css": "node-sass ./src/scss/ -o . && rimraf ./includes/",
"build-ac-config": "ac-scss2json ./src/scss/includes/adaptive-card-config.scss > adaptivecards-hostconfig.json",
"build-ac-config": "npx microsoft-adaptivecards-scss-to-json ./src/scss/includes/adaptive-card-config.scss > adaptivecards-hostconfig.json",
"build-all-style": "npm run build-css && npm run build-ac-config && webpack",

@@ -52,2 +52,3 @@ "build": "npm run build-css && npm run tslint && tsc && webpack --progress",

"devDependencies": {
"@types/bluebird": "^3.5.21",
"@types/markdown-it": "0.0.2",

@@ -64,4 +65,3 @@ "@types/react": "15.6.1",

"last-commit-log": "^1.0.3",
"microsoft-adaptivecards-scss-to-json": "1.2.0",
"node-sass": "4.7.2",
"node-sass": "^4.9.2",
"npm-run-all": "3.1.2",

@@ -68,0 +68,0 @@ "rimraf": "2.6.1",

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

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc