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 0.0.5 to 0.1.0

2

dist/index.d.ts

@@ -332,3 +332,3 @@ import { ApiCommon } from '@ovh-api/common';

**/
get(path: '/sslGateway/eligibility', pathParams: undefined, queryParams: {
get(path: '/sslGateway/eligibility', queryParams?: {
domain?: string;

@@ -335,0 +335,0 @@ }): Promise<SslGatewayEligibilityStatus>;

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

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

"dependencies": {
"@ovh-api/common": "^0.0.5"
"@ovh-api/common": "^0.1.0"
},

@@ -26,3 +26,3 @@ "publishConfig": {

},
"gitHead": "ce051c102c7e3afd2e7c125fc40371585bcf8dca"
"gitHead": "0eaca157fe48b82761499cba7ee318d0f58c6af5"
}

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

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

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

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