New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

jsonarrayfs

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsonarrayfs - npm Package Compare versions

Comparing version
1.1.0
to
1.1.1
+2
-2
package.json
{
"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 @@ ".": {

@@ -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)