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

@microsoft/generator-bot-adaptive

Package Overview
Dependencies
Maintainers
16
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/generator-bot-adaptive - npm Package Compare versions

Comparing version 1.0.0-rc3 to 1.0.0-rc4

generators/app/templates/js/functions/static/function.json

2

generators/app/index.js

@@ -253,3 +253,3 @@ // Copyright (c) Microsoft Corporation.

const sdkVersion = '~4.13.0-preview.rc3';
const sdkVersion = '~4.13.0-preview.rc8';

@@ -256,0 +256,0 @@ const dependencies = {

{
"customFunctions": [],
"defaultLanguage": "en-us",
"defaultLocale": "en-US",
"defaultLocale": "en-us",
"downsampling": {

@@ -71,7 +71,9 @@ "maxImbalanceRatio": -1

"telemetry": {
"instrumentationKey": "",
"logActivities": true,
"logPersonalInformation": false
"logPersonalInformation": false,
"options": {
"connectionString": ""
}
}
}
}
{
"version": "2.0"
"version": "2.0",
"extensions": {
"http": {
"routePrefix": ""
}
}
}

@@ -11,3 +11,4 @@ {

"post"
]
],
"route": "api/{route}"
},

@@ -14,0 +15,0 @@ {

@@ -11,3 +11,3 @@ {

],
"route": "skills/v3/conversations/{conversationId}/activities/{activityId}"
"route": "api/skills/v3/conversations/{conversationId}/activities/{activityId}"
},

@@ -14,0 +14,0 @@ {

{
"name": "@microsoft/generator-bot-adaptive",
"version": "1.0.0-rc3",
"version": "1.0.0-rc4",
"description": "Yeoman generator for creating a base bot built on the Azure Bot Framework and the Adaptive stack.",

@@ -5,0 +5,0 @@ "keywords": [

# @microsoft/generator-bot-adaptive [![NPM version][npm-image]][npm-url]
> Yeoman generator for creating a completely empty bot built on the Azure Bot Framework.
This generator is a base for creating an Azure Bot Framework bot using the Adaptive Dialog stack. This generator is designed to be used as a base for other more purpose-specific generators, and is responsible for scaffolding:
The Adaptive Bot generator is the base generator for creating an Azure Bot Framework bot using the Adaptive Dialog stack. This generator is designed to be used as a base for other more purpose-specific generators, and is responsible for scaffolding:
- The basic bot project (code files, root dialog, base schema) for your bot, based on the platform you choose (dotnet or JavaScript)

@@ -8,0 +6,0 @@ - The publishing environment for your bot (Azure Functions, or a Web App)

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

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