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

ecl2-sdk

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ecl2-sdk - npm Package Compare versions

Comparing version 1.7.13 to 1.7.16

2

package.json
{
"name": "ecl2-sdk",
"version": "1.7.13",
"version": "1.7.16",
"main": "index.js",

@@ -5,0 +5,0 @@ "author": "Kashif Siddiqui",

@@ -136,2 +136,4 @@ #Usage:

- listInternetGateways
- getInternetGateway
- deleteInternetGateway
- getInternetService

@@ -138,0 +140,0 @@ - listGlobalIps

@@ -98,3 +98,3 @@ module.exports = [

path: '/load_balancers/:id',
key: 'load_balancers',
key: 'load_balancer',
method: 'GET',

@@ -110,2 +110,18 @@ payload: null,

{
name: 'getLoadbalancerPlan',
type: 'network',
path: '/load_balancer_plans/:id',
key: 'load_balancer_plan',
method: 'GET',
payload: null,
},
{
name: 'listLoadbalancerInterfaces',
type: 'network',
path: '/load_balancer_interfaces',
key: 'load_balancer_interfaces',
method: 'GET',
payload: null,
},
{
name: 'listInternetGateways',

@@ -119,2 +135,16 @@ type: 'network',

{
name: 'getInternetGateway',
type: 'network',
path: '/internet_gateways/:id',
key: 'internet_gateway',
method: 'GET',
payload: null,
},
{
name: 'deleteInternetGateway',
type: 'network',
path: '/internet_gateway/:id',
method: 'DELETE',
},
{
name: 'getInternetService',

@@ -121,0 +151,0 @@ type: 'network',

@@ -56,34 +56,2 @@ module.exports = [

{
name: 'listLoadbalancers',
type: 'network',
path: '/load_balancers',
key: 'load_balancers',
method: 'GET',
payload: null,
},
{
name: 'getLoadbalancer',
type: 'network',
path: '/load_balancers/:id',
key: 'load_balancer',
method: 'GET',
payload: null,
},
{
name: 'getLoadbalancerPlan',
type: 'network',
path: '/load_balancer_plans/:id',
key: 'load_balancer_plan',
method: 'GET',
payload: null,
},
{
name: 'listLoadbalancerInterfaces',
type: 'network',
path: '/load_balancer_interfaces',
key: 'load_balancer_interfaces',
method: 'GET',
payload: null,
},
{
name: 'attachVolume',

@@ -90,0 +58,0 @@ type: 'nova',

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