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

@microsoft/bf-chatdown

Package Overview
Dependencies
Maintainers
7
Versions
202
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/bf-chatdown - npm Package Compare versions

Comparing version 4.16.0-dev.20221111.64f07e4 to 4.16.0-dev.20221114.64f07e4

2

oclif.manifest.json

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

{"version":"4.16.0-dev.20221111.64f07e4","commands":{"chatdown:convert":{"id":"chatdown:convert","description":"Converts chat dialog files in <filename>.chat format into transcript files. Writes corresponding <filename>.transcript for each .chat file.","pluginName":"@microsoft/bf-chatdown","pluginType":"core","aliases":[],"examples":["\n $ bf chatdown\n $ bf chatdown --in=./path/to/file/sample.chat\n $ bf chatdown --in ./test/utils/*.sample.chat -o ./\n $ (echo user=Joe && [ConversationUpdate=MembersAdded=Joe]) | bf chatdown --static"],"flags":{"in":{"name":"in","type":"option","char":"i","description":"The path of the chat file or directory to be parsed. A glob expression may be passed containing chat files to be processed all at once, ex. ./**/*.chat. If flag is omitted, stdin will be used. If an output directory is not present (-o), it will default the output to the current working directory."},"out":{"name":"out","type":"option","char":"o","description":"Path to the directory where the output of the multiple chat file processing (-o) will be placed."},"stamp":{"name":"stamp","type":"boolean","char":"s","description":"Use static timestamps when generating timestamps on activities.","allowNo":false},"prefix":{"name":"prefix","type":"boolean","char":"p","description":"Prefix stdout with package name.","allowNo":false},"force":{"name":"force","type":"boolean","char":"f","description":"If --out flag is provided with the path to an existing file, overwrites that file","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Chatdown command help","allowNo":false}},"args":[]},"chatdown":{"id":"chatdown","description":"Converts chat dialog files in <filename>.chat format into transcript files. Writes corresponding <filename>.transcript for each .chat file.","pluginName":"@microsoft/bf-chatdown","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Chatdown command help","allowNo":false}},"args":[]}}}
{"version":"4.16.0-dev.20221114.64f07e4","commands":{"chatdown:convert":{"id":"chatdown:convert","description":"Converts chat dialog files in <filename>.chat format into transcript files. Writes corresponding <filename>.transcript for each .chat file.","pluginName":"@microsoft/bf-chatdown","pluginType":"core","aliases":[],"examples":["\n $ bf chatdown\n $ bf chatdown --in=./path/to/file/sample.chat\n $ bf chatdown --in ./test/utils/*.sample.chat -o ./\n $ (echo user=Joe && [ConversationUpdate=MembersAdded=Joe]) | bf chatdown --static"],"flags":{"in":{"name":"in","type":"option","char":"i","description":"The path of the chat file or directory to be parsed. A glob expression may be passed containing chat files to be processed all at once, ex. ./**/*.chat. If flag is omitted, stdin will be used. If an output directory is not present (-o), it will default the output to the current working directory."},"out":{"name":"out","type":"option","char":"o","description":"Path to the directory where the output of the multiple chat file processing (-o) will be placed."},"stamp":{"name":"stamp","type":"boolean","char":"s","description":"Use static timestamps when generating timestamps on activities.","allowNo":false},"prefix":{"name":"prefix","type":"boolean","char":"p","description":"Prefix stdout with package name.","allowNo":false},"force":{"name":"force","type":"boolean","char":"f","description":"If --out flag is provided with the path to an existing file, overwrites that file","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Chatdown command help","allowNo":false}},"args":[]},"chatdown":{"id":"chatdown","description":"Converts chat dialog files in <filename>.chat format into transcript files. Writes corresponding <filename>.transcript for each .chat file.","pluginName":"@microsoft/bf-chatdown","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Chatdown command help","allowNo":false}},"args":[]}}}
{
"name": "@microsoft/bf-chatdown",
"description": "Tool for parsing chat files and outputting replayable activities",
"version": "4.16.0-dev.20221111.64f07e4",
"version": "4.16.0-dev.20221114.64f07e4",
"author": "Microsoft",
"bugs": "https://github.com/microsoft/botframework-cli",
"dependencies": {
"@microsoft/bf-cli-command": "4.16.0-dev.20221111.64f07e4",
"@microsoft/bf-cli-command": "4.16.0-dev.20221114.64f07e4",
"@oclif/command": "~1.5.19",

@@ -10,0 +10,0 @@ "@oclif/config": "~1.13.3",

@@ -32,3 +32,3 @@ @microsoft/bf-chatdown

_See code: [src\commands\chatdown\index.ts](https://github.com/microsoft/botframework-cli/tree/master/packages/chatdown/blob/v4.16.0-dev.20221111.64f07e4/src\commands\chatdown\index.ts)_
_See code: [src\commands\chatdown\index.ts](https://github.com/microsoft/botframework-cli/tree/master/packages/chatdown/blob/v4.16.0-dev.20221114.64f07e4/src\commands\chatdown\index.ts)_

@@ -65,3 +65,3 @@ ## `bf chatdown:convert`

_See code: [src\commands\chatdown\convert.ts](https://github.com/microsoft/botframework-cli/tree/master/packages/chatdown/blob/v4.16.0-dev.20221111.64f07e4/src\commands\chatdown\convert.ts)_
_See code: [src\commands\chatdown\convert.ts](https://github.com/microsoft/botframework-cli/tree/master/packages/chatdown/blob/v4.16.0-dev.20221114.64f07e4/src\commands\chatdown\convert.ts)_
<!-- commandsstop -->

@@ -68,0 +68,0 @@ * [`bf chatdown`](#bf-chatdown)

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