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

@ovh-api/ssl-gateway

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ovh-api/ssl-gateway - npm Package Compare versions

Comparing version 1.2.4 to 1.2.6

4

index.d.ts

@@ -328,3 +328,5 @@ import { OvhWrapper, OvhRequestable } from '@ovh-api/common';

**/
get(path: '/sslGateway/eligibility'): Promise<SslGatewayEligibilityStatus>;
get(path: '/sslGateway/eligibility', params: {
domain: string;
}): Promise<SslGatewayEligibilityStatus>;
/**

@@ -331,0 +333,0 @@ Your SSL Gateway

@@ -357,3 +357,3 @@ import { OvhWrapper, OvhRequestable, OvhParamType } from '@ovh-api/common';

**/
public get(path: '/sslGateway/eligibility'): Promise<SslGatewayEligibilityStatus>;
public get(path: '/sslGateway/eligibility', params: {domain: string}): Promise<SslGatewayEligibilityStatus>;
/**

@@ -360,0 +360,0 @@ Your SSL Gateway

{
"name": "@ovh-api/ssl-gateway",
"description": "Add typing to to ovh api ssl-gateway",
"version": "1.2.4",
"version": "1.2.6",
"main": "dist/index.js",

@@ -25,3 +25,3 @@ "typings": "dist/index.d.ts",

},
"gitHead": "3895ba3cb4a70824a3e7ede85bee47415e071ec2"
"gitHead": "04e8ad00c6c4d1ff174433cff8c53e0cf7dcd329"
}
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