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

bash-base

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bash-base - npm Package Compare versions

Comparing version 2.3.6 to 2.3.7

10

CHANGELOG.md

@@ -0,1 +1,11 @@

## [2.3.7](https://github.com/zhang-hongjie/bash-base/compare/v2.3.6...v2.3.7) (2020-09-03)
### Bug Fixes
* build docker image ([1aab765](https://github.com/zhang-hongjie/bash-base/commit/1aab7650ac6f184edacbbcc4875e0a09a309b1e0))
* build docker image ([5b831a3](https://github.com/zhang-hongjie/bash-base/commit/5b831a326c8278446545b50623b004992a56d4d6))
* build docker image ([549b3f4](https://github.com/zhang-hongjie/bash-base/commit/549b3f434cd98d8bf043ae54c4aa939d538a0edd))
* build docker image ([5f10fbe](https://github.com/zhang-hongjie/bash-base/commit/5f10fbeb55aa13c2fd89cf9612698e4159b96c0b))
## [2.3.6](https://github.com/zhang-hongjie/bash-base/compare/v2.3.5...v2.3.6) (2020-09-03)

@@ -2,0 +12,0 @@

2

package.json
{
"name": "bash-base",
"version": "2.3.6",
"version": "2.3.7",
"description": "A common lib for creating bash script easily.",

@@ -5,0 +5,0 @@ "private": false,

@@ -17,5 +17,11 @@ # Welcome to [bash-base](https://zhang-hongjie.github.io/bash-base)

A common lib for creating bash script easily.
A common lib for creating bash script easily like other program language.
- Rich functions to operate array/list/set/string/arguments/reflect/..., the functions can be used in console or script
- Just call bash-base function by name in your script, like other programing language, no need anymore to search "how to ... in bash"
- Parse and validation arguments easily & flexible, automatically generate help usage for your script, focus your script only on the business logical
- Make your script more compact & readability
- Available on github/npm/dockerhub
## Latest Update

@@ -122,3 +128,3 @@ See [CHANGELOG.md](CHANGELOG.md)

```
souce <(docker run --rm zhj2074/bash-base)
source <(docker run --rm zhj2074/bash-base)
```

@@ -129,3 +135,3 @@

```
souce <(docker run --rm zhj2074/bash-base:2.3.2)
source <(docker run --rm zhj2074/bash-base:2.3.2)
```

@@ -132,0 +138,0 @@

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

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