New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

botbuilder-prompts

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

botbuilder-prompts - npm Package Compare versions

Comparing version 4.0.0-m2.1 to 4.0.0-m2.2

10

package.json

@@ -5,3 +5,3 @@ {

"description": "Lightweight prompt system for Bot Builder v4.",
"version": "4.0.0-m2.1",
"version": "4.0.0-m2.2",
"license": "MIT",

@@ -22,9 +22,9 @@ "keywords": [

"dependencies": {
"botbuilder": "4.0.0-m2.1",
"botbuilder-choices": "4.0.0-m2.1",
"botbuilder": "4.0.0-m2.2",
"botbuilder-choices": "4.0.0-m2.2",
"@microsoft/recognizers-text-suite": "^1.0.0"
},
"devDependencies": {
"@types/node": "^9.3.0",
"@types/mocha": "^2.2.47",
"@types/node": "^9.3.0",
"codelyzer": "^4.1.0",

@@ -39,5 +39,5 @@ "mocha": "^5.0.0",

"build": "tsc",
"build-docs": "typedoc --theme markdown --entryPoint botbuilder-prompts --excludePrivate --includeDeclarations --ignoreCompilerErrors --module amd --out ..\\..\\docs\\botbuilder-prompts .\\lib\\index.d.ts --hideGenerator --name \"Bot Builder SDK - Prompts\" --readme none",
"build-docs": "typedoc --theme markdown --entryPoint botbuilder-prompts --excludePrivate --includeDeclarations --ignoreCompilerErrors --module amd --out ..\\..\\doc\\botbuilder-prompts .\\lib\\index.d.ts --hideGenerator --name \"Bot Builder SDK - Prompts\" --readme none",
"clean": "erase /q lib\\*.*"
}
}
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