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

botbuilder-ai

Package Overview
Dependencies
Maintainers
1
Versions
548
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

botbuilder-ai - npm Package Compare versions

Comparing version 4.0.0-m1.0 to 4.0.0-m1.2

5

lib/index.d.ts
/**
* @module botbuilder-ai
*/
/** second comment block */
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
export * from './luisRecognizer';

@@ -6,0 +9,0 @@ export * from './languageTranslator';

@@ -9,3 +9,6 @@ "use strict";

*/
/** second comment block */
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
__export(require("./luisRecognizer"));

@@ -12,0 +15,0 @@ __export(require("./languageTranslator"));

/**
* @module botbuilder-ai
*/
/** second comment block */
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
/** Names for languages in all languages */

@@ -6,0 +9,0 @@ export declare const Names: string[];

@@ -5,3 +5,6 @@ "use strict";

*/
/** second comment block */
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -8,0 +11,0 @@ /** Names for languages in all languages */

/**
* @module botbuilder-ai
*/
/** second comment block */
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
import { Activity, ConversationResourceResponse, Middleware } from 'botbuilder';

@@ -6,0 +9,0 @@ export interface TranslationContext {

/**
* @module botbuilder-ai
*/
/** second comment block */
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
import { Intent, IntentRecognizer } from 'botbuilder';

@@ -6,0 +9,0 @@ import LuisClient = require('botframework-luis');

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

*/
/** second comment block */
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
const botbuilder_1 = require("botbuilder");

@@ -9,0 +12,0 @@ const LuisClient = require("botframework-luis");

/**
* @module botbuilder-ai
*/
/** second comment block */
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
import { SearchEngine } from 'botbuilder';

@@ -6,0 +9,0 @@ export interface QnAMakerResult {

10

package.json

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

"description": "Cognitive services extensions for Microsoft BotBuilder.",
"version": "4.0.0-m1.0",
"version": "4.0.0-m1.2",
"license": "MIT",

@@ -15,7 +15,7 @@ "keywords": [

"bugs": {
"url": "https://github.com/Microsoft/BotBuilder/issues"
"url": "https://github.com/Microsoft/botbuilder-js/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/BotBuilder.git"
"url": "https://github.com/Microsoft/botbuilder-js.git"
},

@@ -25,4 +25,4 @@ "main": "./lib/index.js",

"dependencies": {
"botbuilder": "^4.0.0-m1.0",
"botframework-luis": "^4.0.0-m1.0",
"botbuilder": "^4.0.0-m1.2",
"botframework-luis": "^4.0.0-m1.2",
"html-entities": "^1.2.1",

@@ -29,0 +29,0 @@ "mstranslator": "^3.0.0",

/**
* @module botbuilder-ai
*/
/** second comment block */
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
import { SearchCatalog, SearchEngine, SearchHit } from 'botbuilder';

@@ -6,0 +9,0 @@ import * as request from 'request-promise-native';

/**
* @module botbuilder-ai
*/
/** second comment block */
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
export * from './luisRecognizer';

@@ -6,0 +9,0 @@ export * from './languageTranslator';

/**
* @module botbuilder-ai
*/
/** second comment block */
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/

@@ -6,0 +9,0 @@ /** Names for languages in all languages */

/**
* @module botbuilder-ai
*/
/** second comment block */
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
import { Activity, ConversationResourceResponse, Middleware } from 'botbuilder';

@@ -6,0 +9,0 @@ import * as LanguageMap from './languageMap';

/**
* @module botbuilder-ai
*/
/** second comment block */
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
import { EntityObject, EntityTypes, Intent, IntentRecognizer } from 'botbuilder';

@@ -6,0 +9,0 @@ import LuisClient = require('botframework-luis');

/**
* @module botbuilder-ai
*/
/** second comment block */
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
import { SearchCatalog, SearchEngine, SearchHit } from 'botbuilder';

@@ -6,0 +9,0 @@ import * as request from 'request-promise-native';

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

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