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

@microsoft/bf-lu

Package Overview
Dependencies
Maintainers
2
Versions
197
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/bf-lu - npm Package Compare versions

Comparing version 4.11.0-dev.20200907.c063415 to 4.11.0-dev.20200911.7d6ad59

7

lib/parser/luis/luisValidator.js

@@ -109,2 +109,9 @@ "use strict";

});
// phrase list - phraselist cannot be null or empty.
phraseLists.forEach(item => {
console.log(item.words);
if (item.words === undefined || item.words.trim() === '' || item.words.split(',').length === 0) {
validationError(retCode.errorCode.BOUNDARY_MINMUM_PHRASE_LIMIT, `0 phrases found in phrase list: ${item.name}. Empty phrase list is not allowed.`);
}
});
// Roles - 10 roles per entity

@@ -111,0 +118,0 @@ let totalRoles = 0;

3

lib/parser/utils/enums/CLI-errors.js

@@ -53,3 +53,4 @@ "use strict";

BOUNDARY_TOTAL_ENTITIES_AND_ROLES: 519,
BOUNDARY_TOTAL_CLOSED_LISTS: 520
BOUNDARY_TOTAL_CLOSED_LISTS: 520,
BOUNDARY_MINMUM_PHRASE_LIMIT: 521
},

@@ -56,0 +57,0 @@ boundaryLimits: {

{
"name": "@microsoft/bf-lu",
"version": "4.11.0-dev.20200907.c063415",
"version": "4.11.0-dev.20200911.7d6ad59",
"author": "Microsoft",

@@ -5,0 +5,0 @@ "bugs": "https://github.com/microsoft/botframework-cli/issues",

Sorry, the diff of this file is too big to display

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