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

@f5devcentral/f5-cloud-libs

Package Overview
Dependencies
Maintainers
4
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 4.1.0-beta.3 to 4.1.0

2

CONTRIBUTING.md

@@ -12,3 +12,3 @@ # Contributing

## Style
Style is enforced with eslint. We use the airbnb style guide with some exceptions. There is no disputing the rationale - these are facts.
Style is enforced with eslint. We use the [airbnb style guide](https://github.com/airbnb/javascript) with some exceptions. There is no disputing the rationale - these are facts.
+ 4 spaces, not 2 ([indent](https://eslint.org/docs/rules/indent)). That's the way we are.

@@ -15,0 +15,0 @@ + No dangling comma ([comma-dangle](https://eslint.org/docs/rules/comma-dangle)). Dangling commas are just ugly and if your code reviewer gets confused over this, perhaps you need a different reviewer.

{
"name": "@f5devcentral/f5-cloud-libs",
"version": "4.1.0-beta.3",
"version": "4.1.0",
"description": "Common library code and scripts for deploying a BIG-IP in a cloud environment",

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

@@ -36,3 +36,3 @@ /**

return options
.version('4.1.0-beta.3')
.version('4.1.0')
.option(

@@ -39,0 +39,0 @@ '--host <ip_address>',

@@ -43,3 +43,3 @@ /**

options
.version('4.1.0-beta.3')
.version('4.1.0')
.option('--data-file <data_file>', 'Full path to file with data (use this or --data)')

@@ -46,0 +46,0 @@ .parse(argv);

@@ -58,3 +58,3 @@ /**

options
.version('4.1.0-beta.3')
.version('4.1.0')
.option(

@@ -61,0 +61,0 @@ '--background',

@@ -36,3 +36,3 @@ /**

options
.version('4.1.0-beta.3')
.version('4.1.0')
.option(

@@ -39,0 +39,0 @@ '--length <password_length>',

@@ -64,3 +64,3 @@ /**

options
.version('4.1.0-beta.3')
.version('4.1.0')
.option(

@@ -67,0 +67,0 @@ '--host <ip_address>',

@@ -51,3 +51,3 @@ /**

options
.version('4.1.0-beta.3')
.version('4.1.0')
.option(

@@ -54,0 +54,0 @@ '--background',

Sorry, the diff of this file is not supported yet

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