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

convert-csv-to-json

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

convert-csv-to-json - npm Package Compare versions

Comparing version 2.2.0 to 2.3.0

.github/workflows/ci-cd.yml

5

package.json
{
"name": "convert-csv-to-json",
"version": "2.2.0",
"version": "2.3.0",
"description": "Convert CSV to JSON",

@@ -11,3 +11,4 @@ "main": "index.js",

"version-minor": "npm version minor --force && npm publish && git push --follow-tags",
"version-major": "npm version major --force && npm publish && git push --follow-tags"
"version-major": "npm version major --force && npm publish && git push --follow-tags",
"release": "./semantic-versioning.sh"
},

@@ -14,0 +15,0 @@ "repository": {

@@ -35,2 +35,3 @@ # CSVtoJSON

- [Development](#development)
- [CI/CD](#ci/cd-github-action)
- [License](#license)

@@ -312,2 +313,10 @@ - [Buy me a Coffee](#buy-me-a-coffee)

## CI/CD github action
Pushing on the master branch, depending on the git message, an new version will always be released.
If the commit message contains the keyword:
* **[MAJOR]**: new major relase, e.g. v1.0.0 -> v2.0.0
* **[PATCH]**: new patch relase, e.g. v1.0.0 -> v1.0.1
* without any of the above keywords a new minor relase will be applied, e.g. v1.0.0 -> v1.1.0
## License

@@ -314,0 +323,0 @@ CSVtoJSON is licensed under the GNU General Public License v3.0 [License](LICENSE).

2

SECURITY.md

@@ -17,2 +17,3 @@ # Security Policy

| ------- | ------------------ |
| 2.2.0 | :white_check_mark: |
| 2.0.0 | :white_check_mark: |

@@ -27,2 +28,3 @@ | 1.4.0 | :white_check_mark: |

| ------- | ------------------ |
| 2.2.0 | :white_check_mark: |
| 2.0.0 | :white_check_mark: |

@@ -29,0 +31,0 @@ | 1.4.0 | :white_check_mark: |

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