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

@ovh-api/all-dom

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ovh-api/all-dom - npm Package Compare versions

Comparing version 0.0.5 to 0.1.0

2

dist/index.d.ts

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

serviceName: string;
}, queryParams: {
}, queryParams?: {
domain?: string;

@@ -155,0 +155,0 @@ }): Promise<string[]>;

{
"name": "@ovh-api/all-dom",
"description": "Add typing to to ovh api all-dom",
"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"
}

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

**/
public get(path: '/allDom/{serviceName}/domain', pathParams: {serviceName: string}, queryParams: {domain?: string}): Promise<string[]>;
public get(path: '/allDom/{serviceName}/domain', pathParams: {serviceName: string}, queryParams?: {domain?: string}): Promise<string[]>;
/**

@@ -157,0 +157,0 @@ Domain name of a allDom

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