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 3.1.25 to 4.0.0

cjs/index.js

12

index.js

@@ -1,12 +0,8 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.proxySslGateway = void 0;
const common_1 = require("@ovh-api/common");
import { buildOvhProxy } from '@ovh-api/common';
/**
* END API /sslGateway Models
*/
function proxySslGateway(ovhEngine) {
return (0, common_1.buildOvhProxy)(ovhEngine, '/sslGateway');
export function proxySslGateway(ovhEngine) {
return buildOvhProxy(ovhEngine, '/sslGateway');
}
exports.proxySslGateway = proxySslGateway;
exports.default = proxySslGateway;
export default proxySslGateway;
{
"name": "@ovh-api/ssl-gateway",
"description": "Add typing to to ovh api ssl-gateway",
"version": "3.1.25",
"version": "4.0.0",
"type": "module",
"keywords": [
"ovh",
"ovhCloud",
"api",
"typing",
"typescript"
],
"exports": {
".": {
"require": "./cjs/index.js",
"import": "./index.js",
"types": "./index.d.ts"
}
},
"typings": "index.d.ts",
"main": "./cjs/index.js",
"license": "MIT",
"author": "Uriel Chemouni <uchemouni@gmail.com>",
"dependencies": {
"@ovh-api/common": "^3.1.2"
"@ovh-api/common": "4.0.0"
},

@@ -20,18 +36,12 @@ "publishConfig": {

"scripts": {
"build": "tsc",
"build:watch": "tsc --watch",
"build": "tsc --pretty --project . && tsc --pretty --project tsconfig-cjs.json",
"prepare": "npm run build"
},
"files": [
"cjs",
"index.ts",
"index.js",
"index.d.ts"
],
"gitHead": "aa731164a80e16ba21c4034c3d43bba8eaaa4651",
"keywords": [
"ovh",
"ovhCloud",
"api",
"typing",
"typescript"
]
"gitHead": "fc86295d83ad9ce5ea062d0fab42c86c665ae1bd"
}

@@ -0,0 +0,0 @@ # OVHCloud API client for **ssl-gateway** region Europe

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