convert-csv-to-json 1.3.3 → 1.4.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.
@@ -0,0 +1,19 @@
1
+ {
2
+ "name": "Node.js",
3
+ "image": "mcr.microsoft.com/devcontainers/javascript-node:16-bullseye"
4
+
5
+ // Features to add to the dev container. More info: https://containers.dev/implementors/features.
6
+ // "features": {},
7
+
8
+ // Use 'forwardPorts' to make a list of ports inside the container available locally.
9
+ // "forwardPorts": [],
10
+
11
+ // Use 'postCreateCommand' to run commands after the container is created.
12
+ // "postCreateCommand": "yarn install",
13
+
14
+ // Configure tool-specific properties.
15
+ // "customizations": {},
16
+
17
+ // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
18
+ // "remoteUser": "root"
19
+ }
@@ -0,0 +1,24 @@
1
+ ---
2
+ name: Bug report
3
+ about: Create a report to help us improve
4
+ title: "[BUG]"
5
+ labels: ''
6
+ assignees: ''
7
+
8
+ ---
9
+
10
+ ## Expected Behavior
11
+
12
+
13
+ ## Actual Behavior
14
+
15
+
16
+ ## Steps to Reproduce the Problem
17
+
18
+ 1.
19
+ 1.
20
+ 1.
21
+
22
+ ## Specifications
23
+
24
+ - Version:
@@ -0,0 +1,7 @@
1
+ Fixes #
2
+
3
+ ## Proposed Changes
4
+
5
+ -
6
+ -
7
+ -
@@ -9,7 +9,7 @@ jobs:
9
9
 
10
10
  strategy:
11
11
  matrix:
12
- node-version: [10.x, 12.x, 14.x, 16.x]
12
+ node-version: [12.x, 14.x, 16.x]
13
13
 
14
14
  steps:
15
15
  - uses: actions/checkout@v1
package/README.md CHANGED
@@ -1,7 +1,9 @@
1
1
  # CSVtoJSON
2
+ ![NodeJS Version](https://img.shields.io/badge/nodeJS-%3E=12.x-brightgreen.svg)
2
3
  [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/iuccio/csvToJson/Node%20CI?label=Build)](https://github.com/iuccio/csvToJson/actions?query=workflow%3A%22Node+CI%22)
3
4
  [![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/iuccio/csvToJson/CodeQL/master?label=CodeQL)](https://github.com/iuccio/csvToJson/actions?query=workflow%3ACodeQL)
4
5
  [![Code Climate](https://codeclimate.com/github/iuccio/csvToJson/badges/gpa.svg)](https://codeclimate.com/github/iuccio/csvToJson)
6
+ [![Known Vulnerabilities](https://snyk.io/test/github/iuccio/csvToJson/badge.svg)](https://snyk.io/test/github/iuccio/csvToJson)
5
7
  [![NPM Version](https://img.shields.io/npm/v/convert-csv-to-json.svg)](https://npmjs.org/package/convert-csv-to-json)
6
8
  [![Downloads](https://img.shields.io/npm/dm/convert-csv-to-json.svg)](https://npmjs.org/package/convert-csv-to-json)
7
9
 
package/SECURITY.md ADDED
@@ -0,0 +1,22 @@
1
+ # Security Policy
2
+
3
+ [csvToJson](https://github.com/iuccio/csvToJson) is not dependent on others packages or libraries. The only dependencies that [csvToJson](https://github.com/iuccio/csvToJson) uses
4
+ are **devDependencies**.
5
+ This means that the prduced [npm package](https://www.npmjs.com/package/convert-csv-to-json) is never affected by dependency vulnerabilities.
6
+
7
+ For the **devDependencies** Github Dependabot is enabled and inform us when a security vulnerability affects [csvToJson](https://github.com/iuccio/csvToJson).
8
+ A generated Github Depedabot PR is normally quickly merged and a new version is released.
9
+
10
+ ## Vulnerabities
11
+ [![Known Vulnerabilities](https://snyk.io/test/github/iuccio/csvToJson/badge.svg)](https://snyk.io/test/github/iuccio/csvToJson)
12
+
13
+ ## Supported Versions
14
+
15
+ | Version | Supported |
16
+ | ------- | ------------------ |
17
+ | 1.3.3 | :white_check_mark: |
18
+ | 1.3.2 | :white_check_mark: |
19
+
20
+ ## Reporting a Vulnerability
21
+
22
+ To report a Security Vulnerability please add an [Vulnerabilty Issue](https://github.com/iuccio/csvToJson/labels/vulnerabilty).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "convert-csv-to-json",
3
- "version": "1.3.3",
3
+ "version": "1.4.0",
4
4
  "description": "Convert CSV to JSON",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -35,8 +35,8 @@
35
35
  },
36
36
  "homepage": "https://github.com/iuccio/CSVtoJSON#readme",
37
37
  "devDependencies": {
38
- "chai": "^4.3.6",
38
+ "chai": "^4.3.7",
39
39
  "chai-fs": "^2.0.0",
40
- "mocha": "^9.2.0"
40
+ "mocha": "^10.1.0"
41
41
  }
42
42
  }
@@ -1,9 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <module type="JAVA_MODULE" version="4">
3
- <component name="NewModuleRootManager" inherit-compiler-output="true">
4
- <exclude-output />
5
- <content url="file://$MODULE_DIR$" />
6
- <orderEntry type="inheritedJdk" />
7
- <orderEntry type="sourceFolder" forTests="false" />
8
- </component>
9
- </module>
package/.idea/misc.xml DELETED
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="ProjectRootManager">
4
- <output url="file://$PROJECT_DIR$/out" />
5
- </component>
6
- </project>
package/.idea/modules.xml DELETED
@@ -1,8 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="ProjectModuleManager">
4
- <modules>
5
- <module fileurl="file://$PROJECT_DIR$/.idea/csvToJson.iml" filepath="$PROJECT_DIR$/.idea/csvToJson.iml" />
6
- </modules>
7
- </component>
8
- </project>
package/.idea/vcs.xml DELETED
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="VcsDirectoryMappings">
4
- <mapping directory="" vcs="Git" />
5
- </component>
6
- </project>