node-vultr icon indicating copy to clipboard operation
node-vultr copied to clipboard

Node.JS library to communicate with the Vultr API

Results 4 node-vultr issues
Sort by recently updated
recently updated
newest added

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=snyk&from_version=1.518.0&to_version=1.667.0&pr_id=dbcd1821-e935-4c96-926d-56c94ba32f70&visibility=true&has_feature_flag=false) #### Changes included in this PR - Changes to...

Snyk has created this PR to upgrade snyk from 1.426.0 to 1.427.0. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=snyk&from_version=1.426.0&to_version=1.427.0&pr_id=f4e7bb47-5bee-42f8-b4d6-982d8ab863a5&visibility=true&has_feature_flag=false) :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...

Don't know if this could be included as an option feature, I added the following function (query) to add a retry mechanism: ``` async function wait(seconds) { return new Promise((resolve)...

enhancement

Am I correct in understanding this doesn't support the full range of Vultr's API parameters? For `.server.create()`, for example, the documentation shows only support for OS, region, and plan ID,...

question