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

filesystem-indexed-stream

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

filesystem-indexed-stream

A streaming module for dividing large files into smaller chunks and vice versa.

latest
Source
npmnpm
Version
1.0.4
Version published
Maintainers
1
Created
Source

filesystem-indexed-stream

A streaming module for dividing large files into smaller chunks and vice versa.

Contributors Forks Stargazers Issues License

About The Project

Screen Shot

Welcome to the FileSystemIndexedStream module, a versatile solution for efficiently handling large files in your projects. This streaming module is designed to seamlessly divide substantial files into smaller, more manageable chunks and, conversely, concatenate smaller chunks to reconstruct the original file.

Built With

  • Node.js
  • Typescript

Getting Started

Prerequisites

  • npm
  • Node.js
  • Typescript

Installation

  • Clone the repo
git clone https://github.com/tomerzaidler/filesystem-indexed-stream
  • Install NPM packages
npm install
  • import the desired modules
import { FileSystemIndexedStream, FileSystemIndexedStreamOptions } from "filesystem-indexed-stream";

License

Distributed under the MIT License. See LICENSE for more information.

Authors

Tomer Zaidler - Senior Backend Software Engineer - Tomer Zaidler - **

Keywords

stream

FAQs

Package last updated on 14 Nov 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts