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

rl-cloud-api-sdk

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rl-cloud-api-sdk - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

15

lib/types/parameters/database.d.ts

@@ -95,8 +95,8 @@ import { DatabaseProtocol, DatabaseDataPersistence, DatabaseDataEvictionPolicy, DatabaseThroughputMeasurement, DatabaseImportSource } from '../responses/database';

* The database module
* @param name Required. Redis Labs module Id
* @param name Required. The name of the database module.
* @param parameters Optional Redis Labs database module parameters (name and value), as relevant to the specific module (see modules parameters specification)
*/
export declare type Module = {
name: string;
parameters: {
name: DatabaseModule;
parameters?: {
[key: string]: any;

@@ -106,2 +106,10 @@ };

/**
* The available database modules by name
* @param RedisBloom The Redis Bloom module
* @param RedisGraph The Redis Graph module
* @param RedisJSON The Redis JSON module
* @param RediSearch The Redis Search module
*/
declare type DatabaseModule = 'RedisBloom' | 'RedisGraph' | 'RedisJSON' | 'RediSearch';
/**
* The parameters needed to import a database file into an existing database

@@ -115,1 +123,2 @@ * @param sourceType Required. Type of storage source from which to import the database file (RDB files) or data (Redis connection)

};
export {};

2

package.json
{
"name": "rl-cloud-api-sdk",
"version": "1.1.2",
"version": "1.1.3",
"description": "This is a client for the Redislabs Cloud API",

@@ -5,0 +5,0 @@ "main": "lib/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