jsonarrayfs
Advanced tools
+2
-2
| { | ||
| "name": "jsonarrayfs", | ||
| "version": "1.1.0", | ||
| "description": "Efficiently handle JSON array files in Node.js with minimal memory usage. Perfect for efficiently processing large data volumes without worrying about memory limitations.", | ||
| "version": "1.1.1", | ||
| "description": "Efficiently handle JSON array files in Node.js with minimal memory usage. Perfect for processing large data volumes without worrying about memory limitations.", | ||
| "exports": { | ||
@@ -6,0 +6,0 @@ ".": { |
+8
-6
@@ -5,3 +5,3 @@ # jsonarrayfs <img src="https://img.shields.io/npm/dm/jsonarrayfs" /> | ||
| ## Key Features | ||
| ## 🎯 Key Features | ||
@@ -11,4 +11,6 @@ - **Stream Processing**: Read JSON array in manageable chunks (eg: 50k elements at a time) using stream. | ||
| - **Direct Appends**: Append new elements directly to the JSON array file, avoiding unnecessary loading, modification and rewriting. | ||
| - **Formatting Flexibility**: Works regardless of whether the JSON file is formatted with proper indentation or not. | ||
| - **Handles Mixed Types**: Can handle JSON arrays containing both uniform and mixed types of elements. | ||
| ## Benefits | ||
| ## 💡 Benefits | ||
@@ -20,3 +22,3 @@ - **Memory Optimization**: Process JSON array files with minimal memory usage, making it ideal for resource-constrained environments. | ||
| ## Installation | ||
| ## ⚙️ Installation | ||
@@ -29,3 +31,3 @@ To install jsonarrayfs, use: | ||
| ## Usage | ||
| ## 🚀 Usage | ||
@@ -80,8 +82,8 @@ - Stream Processing: | ||
| ## Contributing | ||
| ## 🤝 Contributing | ||
| Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. | ||
| ## License | ||
| ## 📜 License | ||
| [MIT License ](https://github.com/mochatek/jsonarrayfs/blob/main/LICENSE) |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
20633
1.18%85
2.41%