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 1.2.0 to 1.2.1

2

index.ts
/**
* all type that should be sent as parameter to Ovh calls
*/
export type OvhParamType = { [key:string]: string | number | undefined | boolean | string[] | boolean[] | number[]; };
export type OvhParamType = { [key:string]: any; };

@@ -6,0 +6,0 @@ /**

{
"name": "@ovh-api/common",
"description": "common class used by new syntax",
"version": "1.2.0",
"version": "1.2.1",
"main": "dist/index.js",

@@ -6,0 +6,0 @@ "typings": "dist/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