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

txt-file-to-json

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

txt-file-to-json - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

resources/txt_to_json.png

2

package.json
{
"name": "txt-file-to-json",
"version": "3.0.3",
"version": "3.0.4",
"description": "Reads a txt file having a table and returns an array of obects. In which each object consists of all headers as keys and there data as values.",

@@ -5,0 +5,0 @@ "main": "txt_to_json.js",

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

<img src="./resources/txt_to_json.png" align="right" width="200" height="150"/>
<h1 align="center">txt-file-to-json</h1>

@@ -92,1 +94,5 @@

```
# References
* To convert text and csv both to json. Try - "https://www.npmjs.com/package/data-to-json"
* To convert only csv data to json. Try - "https://www.npmjs.com/package/csv-file-to-json"
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