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

@renault-digital/bash-base

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@renault-digital/bash-base - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

2

CHANGELOG.md

@@ -0,1 +1,3 @@

## [1.2.3](https://github.com/renault-digital/bash-base/compare/v1.2.2...v1.2.3) (2020-09-13)
## [1.2.2](https://github.com/renault-digital/bash-base/compare/v1.2.1...v1.2.2) (2020-09-13)

@@ -2,0 +4,0 @@

8

CONTRIBUTING.md

@@ -66,7 +66,7 @@ # How to contribute

- in commit message template, the default issuePrefixes: ['#']
- in commit message template, the default issuePrefixes: `['#']`
- in CLI (not intelliJ plugin), even we explicitly provide commit message, the prepare-commit-msg hook will still be revoked and the commitizen will show the prompts. We can just press Ctrl + C to skip it and it comes to commit-msg hook.
- in CLI (not intelliJ plugin), even we explicitly provide commit message, the `prepare-commit-msg` hook will still be revoked and the `commitizen` will show the prompts. We can just press `Ctrl + C` to skip it and it comes to `commit-msg` hook.
- Don't modify the files bin/, man/ and docs/references.md, they will generated automatically by semantic-release.
- Don't modify the files `bin/`, `man/` and `docs/references.md`, they will generated automatically by semantic-release.

@@ -83,3 +83,3 @@

```
git checkout -b dev/<issue-number>-<issue-name>
git checkout -b <your-branch-name>
```

@@ -86,0 +86,0 @@

[//]: # (Automatically generated by bash-base function doc_comment_to_markdown, don't modify this file directly.)
### Functions
### Functions:

@@ -5,0 +5,0 @@ - args_parse

@@ -23,3 +23,3 @@ ## How to use

See [npm repackage](https://www.npmjs.com/package/@renault-digital/bash-base)
See [npm package](https://www.npmjs.com/package/@renault-digital/bash-base)
```

@@ -26,0 +26,0 @@ npm i -g @renault-digital/bash-base

{
"name": "@renault-digital/bash-base",
"version": "1.2.2",
"version": "1.2.3",
"description": "A common lib for creating bash script easily.",

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

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