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

@telefonica/luis-cli

Package Overview
Dependencies
Maintainers
8
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@telefonica/luis-cli - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

3

lib/luis-api-client.js

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

});
let _baseRequest = this._baseRequest;
return Promise.all(_.chunk(apiExamples, 100).map(chunk => performRequest(chunk)));
function performRequest(examples) {
return this._baseRequest.defaults({ body: examples })
return _baseRequest.defaults({ body: examples })
.post(`${appId}/examples`)

@@ -73,0 +74,0 @@ .then((response) => {

{
"name": "@telefonica/luis-cli",
"version": "1.0.4",
"version": "1.0.5",
"description": "CLI for Microsoft LUIS API",

@@ -5,0 +5,0 @@ "license": "UNLICENSED",

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