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

glesys-api

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

glesys-api - npm Package Compare versions

Comparing version 8.3.0 to 8.4.0

5

lib/endpoints/ip.js

@@ -14,2 +14,7 @@ import Endpoint from '../endpoint.js';

// https://github.com/GleSYS/API-docs/wiki/API-Documentation#ipestimatedcost
estimatedCost() {
return this.request.post('/ip/estimatedcost');
}
// https://github.com/GleSYS/API-docs/wiki/API-Documentation#iplistfree

@@ -16,0 +21,0 @@ listFree(data) {

2

package.json
{
"name": "glesys-api",
"version": "8.3.0",
"version": "8.4.0",
"description": "Node.js wrapper for the GleSYS API.",

@@ -5,0 +5,0 @@ "type": "module",

@@ -72,2 +72,3 @@ # glesys-api

* [`GleSYSAPI.domain.addRecord()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#domainaddrecord)
* [`GleSYSAPI.domain.allowedArguments()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#domainallowedarguments)
* [`GleSYSAPI.domain.available()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#domainavailable)

@@ -104,4 +105,4 @@ * [`GleSYSAPI.domain.changeNameServers()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#domainchangenameservers)

* [`GleSYSAPI.fileStorage.createVolume()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#filestoragecreatevolume)
* [`GleSYSAPI.fileStorage.deleteVolume()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#filestoragedeletevolume)
* [`GleSYSAPI.fileStorage.editVolume()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#filestorageeditvolume)
* [`GleSYSAPI.fileStorage.deleteVolume()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#filestoragedeletevolume)
* [`GleSYSAPI.fileStorage.listPlans()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#filestoragelistplans)

@@ -120,2 +121,3 @@ * [`GleSYSAPI.fileStorage.listVolumes()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#filestoragelistvolumes)

* [`GleSYSAPI.ip.details()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#ipdetails)
* [`GleSYSAPI.ip.estimatedCost()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#ipestimatedcost)
* [`GleSYSAPI.ip.listFree()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#iplistfree)

@@ -169,4 +171,4 @@ * [`GleSYSAPI.ip.listOwn()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#iplistown)

* [`GleSYSAPI.networkCircuit.list()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#networkcircuitlist)
### objectStorage
* [`GleSYSAPI.objectStorage.createCredential()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#objectstoragecreatecredential)

@@ -185,4 +187,4 @@ * [`GleSYSAPI.objectStorage.createInstance()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#objectstoragecreateinstance)

### project
* [`GleSYSAPI.project.delete()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#projectdelete)
* [`GleSYSAPI.project.edit()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#projectedit)
* [`GleSYSAPI.project.delete()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#projectdelete)
* [`GleSYSAPI.project.rename()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#projectrename)

@@ -198,2 +200,4 @@

* [`GleSYSAPI.server.createFromBackup()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#servercreatefrombackup)
* [`GleSYSAPI.server.createManualBackup()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#servercreatemanualbackup)
* [`GleSYSAPI.server.deleteManualBackup()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#serverdeletemanualbackup)
* [`GleSYSAPI.server.destroy()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#serverdestroy)

@@ -248,3 +252,3 @@ * [`GleSYSAPI.server.details()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#serverdetails)

* [`GleSYSAPI.user.signUp()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#usersignup)
* [`GleSYSAPI.user.supportChallenge()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#usersupportChallenge)
* [`GleSYSAPI.user.supportChallenge()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#usersupportchallenge)

@@ -251,0 +255,0 @@ ### vpn

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