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.5 to 1.1.6

4

lib/types/responses/database.d.ts

@@ -15,2 +15,4 @@ import { DatabaseModule } from './general';

* @param replication If the database replication is enabled/disabled
* @param privateEndpoint The private endpoint of the database
* @param publicEndpoint The public endpoint of the database
* @param dataEvictionPolicy The data eviction policy of the database

@@ -37,2 +39,4 @@ * @param throughputMeasurement The throughput measurement of the database

replication: boolean;
privateEndpoint: string;
publicEndpoint: string;
dataEvictionPolicy: DatabaseDataEvictionPolicy;

@@ -39,0 +43,0 @@ throughputMeasurement: DatabaseThroughputMeasurement;

2

package.json
{
"name": "rl-cloud-api-sdk",
"version": "1.1.5",
"version": "1.1.6",
"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