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 3.0.0 to 3.0.1

7

index.d.ts

@@ -12,6 +12,2 @@ /**

/**
* action to controle cache
*/
action?: 'flush' | 'disable';
/**
* Time to live in second

@@ -29,2 +25,3 @@ */

}
export declare type CacheAction = 'flush' | 'disable';
/**

@@ -55,3 +52,3 @@ * common interface used to call ovh engine

*/
cache(template: string, param: ICacheOptions): Promise<any>;
cache(template: string, param: ICacheOptions | CacheAction): Promise<any>;
}

@@ -58,0 +55,0 @@ /**

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

@@ -26,5 +26,4 @@ "typings": "index.d.ts",

"index.js",
"index.d.ts",
"index.ts"
"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