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

redis-cloud-api-sdk

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.9.6 to 1.9.8

8

lib/types/responses/subscription.d.ts

@@ -30,2 +30,6 @@ import { Region } from './general';

* @param quantityMeasurement The quantity measurement of the subscription pricing
* @param typeDetails The details of the type measurement of the subscription pricing
* @param pricePerUnit The price per unit of the type measurement of the subscription pricing
* @param priceCurrency The currency of the price
* @param pricePeriod The time period of the price
*/

@@ -36,2 +40,6 @@ export declare type SubscriptionPricing = {

quantityMeasurement: string;
typeDetails?: string;
pricePerUnit?: number;
priceCurrency?: string;
pricePeriod?: string;
[key: string]: any;

@@ -38,0 +46,0 @@ };

3

lib/types/task.d.ts

@@ -0,1 +1,2 @@

import { SubscriptionPricing } from "./responses/subscription";
/**

@@ -21,2 +22,3 @@ * Task object

* @param error The error of the task
* @param resource The resource of the task (Returned when dryRun = true)
*/

@@ -26,2 +28,3 @@ export declare type TaskResponse = {

error?: ErrorResponse;
resource?: SubscriptionPricing[];
[key: string]: any;

@@ -28,0 +31,0 @@ };

2

package.json
{
"name": "redis-cloud-api-sdk",
"version": "1.9.6",
"version": "1.9.8",
"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