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 3.0.0 to 3.0.1

12

index.d.ts

@@ -1,2 +0,2 @@

import { ICacheOptions, OvhRequestable } from '@ovh-api/common';
import { CacheAction, ICacheOptions, OvhRequestable } from '@ovh-api/common';
/**

@@ -96,3 +96,3 @@ * START API /allDom Models

*/
$cache(param?: ICacheOptions): Promise<any>;
$cache(param?: ICacheOptions | CacheAction): Promise<any>;
$(serviceName: string): {

@@ -107,3 +107,3 @@ /**

*/
$cache(param?: ICacheOptions): Promise<any>;
$cache(param?: ICacheOptions | CacheAction): Promise<any>;
domain: {

@@ -120,3 +120,3 @@ /**

*/
$cache(param?: ICacheOptions): Promise<any>;
$cache(param?: ICacheOptions | CacheAction): Promise<any>;
$(domain: string): {

@@ -131,3 +131,3 @@ /**

*/
$cache(param?: ICacheOptions): Promise<any>;
$cache(param?: ICacheOptions | CacheAction): Promise<any>;
};

@@ -163,5 +163,5 @@ };

*/
$cache(param?: ICacheOptions): Promise<any>;
$cache(param?: ICacheOptions | CacheAction): Promise<any>;
};
};
}
{
"name": "@ovh-api/all-dom",
"description": "Add typing to to ovh api all-dom",
"version": "3.0.0",
"version": "3.0.1",
"typings": "index.d.ts",

@@ -9,3 +9,3 @@ "license": "MIT",

"dependencies": {
"@ovh-api/common": "^3.0.0"
"@ovh-api/common": "^3.0.1"
},

@@ -22,10 +22,9 @@ "publishConfig": {

"build": "tsc",
"build:watch": "tsc --watch"
"build:watch": "tsc --watch",
"prepare": "npm run build"
},
"files": [
"index.js",
"index.d.ts",
"index.ts"
],
"gitHead": "d24f9e1e7d19630a6838b3640dffef10328a6723"
"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