🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

streammer

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

streammer

Using stream method for reading and writing JSON file.

latest
npmnpm
Version
1.1.7
Version published
Maintainers
1
Created
Source

streammer

Using stream method for reading and writing file into readable string/array.

  • Application:

const stmr = require("streammer") 

data = stmr.read(path,option) // to read as json file from stream method into readable string/array

//your code here   

stmr.write(path,data,option)// to write string/array to json file 

Keywords

stream

FAQs

Package last updated on 17 Aug 2022

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