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

@ovh-api/common

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ovh-api/common - npm Package Compare versions

Comparing version 2.0.0 to 3.0.0

6

index.d.ts

@@ -8,6 +8,10 @@ /**

/**
* params ton configure cache
* params to configure cache
*/
export interface ICacheOptions {
/**
* action to controle cache
*/
action?: 'flush' | 'disable';
/**
* Time to live in second

@@ -14,0 +18,0 @@ */

@@ -7,6 +7,10 @@ /**

/**
* params ton configure cache
* params to configure cache
*/
export interface ICacheOptions {
/**
* action to controle cache
*/
action?: 'flush' | 'disable';
/**
* Time to live in second

@@ -13,0 +17,0 @@ */

2

package.json
{
"name": "@ovh-api/common",
"description": "common class used to enable Ovh Api new calls Syntax",
"version": "2.0.0",
"version": "3.0.0",
"main": "index.js",

@@ -6,0 +6,0 @@ "typings": "index.d.ts",

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