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

recombee-api-client

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

recombee-api-client - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

7

lib/api-client.js

@@ -21,4 +21,5 @@ 'use strict';

* @param {boolean} alwaysUseHttps - If true, all requests are sent using HTTPS (default: false)
* @param {Object} options - Other custom options
*/
constructor (databaseId, token, alwaysUseHttps) {
constructor (databaseId, token, alwaysUseHttps, options) {
this.databaseId = databaseId;

@@ -28,2 +29,3 @@ this.token = token;

this.baseUri = process.env.RAPI_URI || 'rapi.recombee.com';
this.options = options || {};
}

@@ -51,2 +53,5 @@

if (this.options.proxy)
options.proxy = this.options.proxy;
if (request.bodyParameters())

@@ -53,0 +58,0 @@ options.body = request.bodyParameters();

2

package.json
{
"name": "recombee-api-client",
"version": "1.3.2",
"version": "1.3.3",
"description": "Node.js client (SDK) for easy use of the Recombee recommendation API",

@@ -5,0 +5,0 @@ "main": "index.js",

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