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

@f5devcentral/f5-cloud-libs-aws

Package Overview
Dependencies
Maintainers
12
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@f5devcentral/f5-cloud-libs-aws - npm Package Compare versions

Comparing version 2.6.0 to 2.7.0

2

package.json
{
"name": "@f5devcentral/f5-cloud-libs-aws",
"version": "2.6.0",
"version": "2.7.0",
"description": "AWS implementation of f5-cloud-libs cloud provider code",

@@ -5,0 +5,0 @@ "keywords": [

@@ -653,3 +653,3 @@ /**

instance1 = {
isMaster: false,
isMaster: true,
hostname: 'hostname1',

@@ -894,3 +894,3 @@ mgmtIp: '1.2.3.4',

instance1 = {
isMaster: false,
isMaster: true,
hostname: 'hostname1',

@@ -926,3 +926,3 @@ mgmtIp: '111.112.113.114',

test.expect(2);
provider.getInstances({ externalTag })
provider.getInstances({ externalTag, instanceId: 'id1' })
.then((returnedInstances) => {

@@ -948,3 +948,3 @@ test.strictEqual(returnedInstances['111'].external, true);

test.expect(3);
provider.getInstances()
provider.getInstances({ instanceId: 'id1' })
.then(() => {

@@ -951,0 +951,0 @@ test.strictEqual(deletedInstances.length, 2);

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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