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.8 to 2.0.0

2

lib/index.d.ts

@@ -8,3 +8,3 @@ export { CloudAPISDK, CloudAPISDKParameters } from './api';

export { SubscriptionCloudProvider, SubscriptionMemoryStorage, SubscriptionResponse, SubscriptionPricing, SubscriptionStatus } from './types/responses/subscription';
export { DatabaseModule } from './types/responses/general';
export { DatabaseModule, SubscriptionPaymentMethod } from './types/responses/general';
export { Task, TaskResponse, ErrorResponse, TaskStatus } from './types/task';
import { SubscriptionMemoryStorage, SubscriptionCloudProvider } from '../responses/subscription';
import { DatabaseProtocol, DatabaseDataPersistence, DatabaseThroughputMeasurement } from '../responses/database';
import { Module } from './database';
import { SubscriptionPaymentMethod } from '../responses/general';
/**

@@ -17,2 +18,3 @@ * The parameters needed to create a subscription

dryRun?: boolean;
SubscriptionPaymentMethod?: SubscriptionPaymentMethod;
paymentMethodId?: number;

@@ -19,0 +21,0 @@ memoryStorage?: SubscriptionMemoryStorage;

@@ -173,1 +173,5 @@ /**

};
/**
* The payment methods for subscriptions
*/
export declare type SubscriptionPaymentMethod = 'credit-card' | 'marketplace';
{
"name": "redis-cloud-api-sdk",
"version": "1.9.8",
"version": "2.0.0",
"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