Socket
Socket
Sign inDemoInstall

chatdown

Package Overview
Dependencies
153
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.3 to 1.2.4

8

bin/chatdown.js

@@ -134,3 +134,9 @@ #!/usr/bin/env node

process.stderr.write(chalk.default.yellow(`\nWARNING: chatdown is deprecated. For more information refer to https://aka.ms/botframework-cli.\n`));
process.stdout.write(chalk.default.white(`\n\n-----------------------------------------------------------\n`));
process.stdout.write(chalk.default.redBright(` NOTICE:\n`));
process.stdout.write(chalk.default.whiteBright(` This tool has been deprecated.\n`));
process.stdout.write(chalk.default.white(` All functionality was ported over to the new BF CLI.\n`));
process.stdout.write(chalk.default.white(` To learn more visit `));
process.stdout.write(chalk.default.blueBright(`https://aka.ms/NewBFCLI\n`));
process.stdout.write(chalk.default.white(`-----------------------------------------------------------\n\n`));

@@ -137,0 +143,0 @@

2

package.json
{
"name": "chatdown",
"version": "1.2.3",
"version": "1.2.4",
"description": "Tool for parsing chat files and outputting replayable activities",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -1,5 +0,18 @@

# Chatdown
## The new BF CLI replaces legacy standalone tools
The Bot Framework SDK team is happy to announce the General Availability of the consolidated bot framework CLI tool [bf-cli](https://aka.ms/bfcli). The new BF CLI tool will replace legacy standalone tools to manage Bot Framework bots and related services. The old tools will be ported over in phases and all new features, bug fixes, and further investments will focus on the new BF CLI. Old tools will still work for the time being, but they are going to be deprecated in future releases.
Upon the release of Bot Framework SDK version 4.6 the following legacy tools have been ported: Chatdown, QnAMaker, LuisGen, and LuDown.
To learn more about the BF CLI please visit the [BF CLI github repository](https://aka.ms/bfcli).
__The following page is about a legacy tool.__
## Chatdown
[![npm version](https://badge.fury.io/js/chatdown.svg)](https://badge.fury.io/js/chatdown)
Chatdown is a transcript generator which consumes a .chat file to generate mock transcripts. Generated mock transcript files are output to stdout.

@@ -6,0 +19,0 @@

@@ -10,3 +10,3 @@ const assert = require('assert');

describe('The Chatdown cli tool', () => {
xdescribe('The Chatdown cli tool', () => {
it('should print the help contents when --help is passed as an argument', done => {

@@ -13,0 +13,0 @@ exec(`node ${chatdown} --help`, async (error, stdout, stderr) => {

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