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

@ovh-api/common

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ovh-api/common - npm Package Compare versions

Comparing version 4.0.2 to 4.0.3

cjs/index.js

28

package.json
{
"name": "@ovh-api/common",
"description": "common class used to enable Ovh Api new calls Syntax",
"version": "4.0.2",
"main": "./lib/cjs/index.js",
"typings": "./lib/esm/index.d.ts",
"description": "Common class used to enable Ovh Api new calls Syntax",
"version": "4.0.3",
"main": "./cjs/index.js",
"module": "./esm/index.js",
"types": "./types/index.d.ts",
"exports": {
".": {
"require": "./lib/cjs/index.js",
"import": "./lib/esm/index.js",
"types": "./lib/esm/index.d.ts"
"import": {
"types": "./types/index.d.ts",
"default": "./esm/index.js"
},
"require": {
"types": "./types/index.d.ts",
"default": "./cjs/index.js"
}
}

@@ -27,10 +33,12 @@ },

"scripts": {
"build": "tsc --pretty --project . && tsc --pretty --project tsconfig-cjs.json",
"build": "tsc --pretty --project . && tsc --pretty --project tsconfig-cjs.json && tsc --pretty --project tsconfig-dt.json",
"clean": "rimraf esm/*.js esm/*.js.map cjs/*.js cjs/*.js.map types/*.d.ts types/*.d.ts.map",
"prepare": "npm run build",
"checkExports": "npx @arethetypeswrong/cli $(npm pack)",
"build:watch": "tsc -p . --watch"
},
"files": ["lib", "src"],
"files": ["cjs", "esm", "types", "src"],
"devDependencies": {
"typescript": "^5.0.4"
"typescript": "^5.4.5"
}
}

@@ -0,0 +0,0 @@ # @ovh-api/common

@@ -224,4 +224,4 @@ /**

*/
export function buildOvhProxy(ovhEngine: OvhRequestable, path: string): any {
exports.buildOvhProxy = function buildOvhProxy(ovhEngine: OvhRequestable, path: string): any {
return new Proxy(new OvhProxyApi(ovhEngine, path), handlerRoot) as any;
}
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