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 3.1.2 to 4.0.0-beta

lib/cjs/index.js

24

package.json
{
"name": "@ovh-api/common",
"description": "common class used to enable Ovh Api new calls Syntax",
"version": "3.1.2",
"version": "4.0.0-beta",
"type": "module",
"main": "index.js",
"typings": "index.d.ts",
"exports": {
".": {
"require": "./lib/cjs/index.js",
"import": "./lib/esm/index.js",
"types": "./lib/esm/index.d.ts"
}
},
"license": "MIT",
"author": "Uriel Chemouni <uchemouni@gmail.com> (https://urielch.github.io/)",
"gitHead": "9054d4e68cd0b25c73f4d6d47a17e6b174a281db",

@@ -18,11 +27,10 @@ "publishConfig": {

"scripts": {
"build": "tsc -p .",
"build": "tsc --pretty --project . && tsc --pretty --project tsconfig-cjs.json",
"prepare": "npm run build",
"build:watch": "tsc -p . --watch"
},
"files": [
"index.js",
"index.ts",
"index.d.ts"
]
}
"files": ["lib"],
"devDependencies": {
"typescript": "^4.9.3"
}
}

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

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