Comparing version 2.0.1 to 2.0.2
@@ -31,2 +31,3 @@ /** | ||
* ovh-eu: OVH Europe | ||
* ovh-us: OVH US | ||
* ovh-ca: OVH North America | ||
@@ -43,2 +44,5 @@ * runabove-ca: RunAbove | ||
}, | ||
'ovh-us': { | ||
'host': 'api.us.ovhcloud.com' | ||
}, | ||
'ovh-ca': { | ||
@@ -45,0 +49,0 @@ 'host': 'ca.api.ovh.com' |
@@ -29,3 +29,3 @@ /** | ||
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol ? "symbol" : typeof obj; }; | ||
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; | ||
@@ -32,0 +32,0 @@ var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); |
{ | ||
"name": "ovh", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Official Node.js wrapper for the OVH APIs", | ||
@@ -5,0 +5,0 @@ "homepage": "http://ovh.github.io/node-ovh", |
@@ -58,2 +58,3 @@ [![Node.js Wrapper for OVH APIs](http://ovh.github.io/node-ovh/img/logo.png)](http://ovh.github.io/node-ovh) | ||
* [OVH Europe](https://eu.api.ovh.com/createApp/) | ||
* [OVH US](https://api.us.ovhcloud.com/createApp/) | ||
* [OVH North-America](https://ca.api.ovh.com/createApp/) | ||
@@ -80,2 +81,3 @@ * [RunAbove](https://api.runabove.com/createApp/) | ||
* OVH Europe: ```ovh-eu``` (default) | ||
* OVH US: ```ovh-us``` | ||
* OVH North-America: ```ovh-ca``` | ||
@@ -138,2 +140,3 @@ * RunAbove: ```runabove-ca``` | ||
* [OVH Europe](https://eu.api.ovh.com/console/) | ||
* [OVH US](https://api.us.ovhcloud.com/console/) | ||
* [OVH North-America](https://ca.api.ovh.com/console/) | ||
@@ -226,2 +229,9 @@ * [RunAbove](https://api.runabove.com/console/) | ||
### OVH US | ||
- **Documentation**: https://api.us.ovhcloud.com/ | ||
- **Console**: https://api.us.ovhcloud.com/console/ | ||
- **Create application credentials**: https://api.us.ovhcloud.com/createApp/ | ||
- **Create script credentials** (all keys at once): https://api.us.ovhcloud.com/createToken/ | ||
### OVH North America | ||
@@ -228,0 +238,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
107782
2432
284
2
24