convert-csv-to-json 4.1.0 → 4.2.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/SECURITY.md +2 -0
  2. package/package.json +1 -1
package/SECURITY.md CHANGED
@@ -14,6 +14,7 @@ A generated Github Depedabot PR is normally quickly merged and a new version is
14
14
 
15
15
  | Version | Supported |
16
16
  | ------- | ------------------ |
17
+ | 4.0.0 | :white_check_mark: |
17
18
  | 3.3.0 | :white_check_mark: |
18
19
  | 2.37.0 | :white_check_mark: |
19
20
  | 2.29.0 | :white_check_mark: |
@@ -27,6 +28,7 @@ A generated Github Depedabot PR is normally quickly merged and a new version is
27
28
 
28
29
  | Version | Supported |
29
30
  | ------- | ------------------ |
31
+ | 4.0.0 | :white_check_mark: |
30
32
  | 3.3.0 | :white_check_mark: |
31
33
  | 2.29.0 | :white_check_mark: |
32
34
  | 2.2.0 | :white_check_mark: |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "convert-csv-to-json",
3
- "version": "4.1.0",
3
+ "version": "4.2.0",
4
4
  "description": "Convert CSV to JSON",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",