convert-csv-to-json 2.38.0 → 2.39.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +11 -1
  2. package/package.json +6 -2
package/README.md CHANGED
@@ -6,16 +6,23 @@
6
6
  [![NPM Version](https://img.shields.io/npm/v/convert-csv-to-json.svg)](https://npmjs.org/package/convert-csv-to-json)
7
7
  ![NodeJS Version](https://img.shields.io/badge/nodeJS-%3E=14.x-brightgreen.svg)
8
8
  [![Downloads](https://img.shields.io/npm/dm/convert-csv-to-json.svg)](https://npmjs.org/package/convert-csv-to-json)
9
+ [![NPM total downloads](https://img.shields.io/npm/dt/convert-csv-to-json.svg?style=flat)](https://npmjs.org/package/convert-csv-to-json)
10
+
11
+ ![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)
12
+ ![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)
9
13
 
10
14
  **This project is not dependent on others packages or libraries.**
11
15
 
12
16
  This repository uses [![GitHub Action - iuccio/npm-semantic-publish-action@latest](https://img.shields.io/badge/GitHub_Action_-iuccio%2Fnpm--semantic--publish--action%40latest-2ea44f)](https://github.com/marketplace/actions/npm-semver-publish)
13
17
 
18
+ Please consider following this project's author, [Antò](https://github.com/iuccio), and consider starring the project to show your :heart: and support.
19
+
14
20
  ## Table of Contents
15
21
 
16
22
  <!-- toc -->
17
23
 
18
24
  - [Description](#description)
25
+ - [Support for JS & TS](#support-for-js--ts)
19
26
  - [Prerequisites](#prerequisites)
20
27
  - [Install npm *convert-csv-to-json package*](#install-npm-convert-csv-to-json-package)
21
28
  * [Install](#install)
@@ -33,7 +40,7 @@ This repository uses [![GitHub Action - iuccio/npm-semantic-publish-action@late
33
40
  + [Encoding](#encoding)
34
41
  * [Chaining Pattern](#chaining-pattern)
35
42
  - [Development](#development)
36
- - [CI CD](#ci-cd-github-action)
43
+ - [CI CD github action](#ci-cd-github-action)
37
44
  - [License](#license)
38
45
  - [Buy me a Coffee](#buy-me-a-coffee)
39
46
 
@@ -81,6 +88,9 @@ will generate:
81
88
  }
82
89
  ]
83
90
  ```
91
+ ## Support for JS & TS
92
+
93
+ This package is compatible with ![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E) and ![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white).
84
94
 
85
95
  ## Prerequisites
86
96
  **NPM** (see [Installing Npm](https://docs.npmjs.com/getting-started/installing-node)).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "convert-csv-to-json",
3
- "version": "2.38.0",
3
+ "version": "2.39.0",
4
4
  "description": "Convert CSV to JSON",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -31,7 +31,11 @@
31
31
  "npm",
32
32
  "npm-package",
33
33
  "npm-module",
34
- "csv-parser"
34
+ "csv-parser",
35
+ "js",
36
+ "javascript",
37
+ "ts",
38
+ "typescript"
35
39
  ],
36
40
  "author": "iuccio",
37
41
  "license": "ISC",