New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

read-lines-riched

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

read-lines-riched - npm Package Versions

0.2.5

Diff

puzzle9900
published 0.2.4 •

puzzle9900
published 0.2.3 •

Changelog

Source

0.2.3

2018-02-17

Added

  • Now you can configure the amount of bytes that will be readed from file to get lines.
    const readLinesRiched = require("./main").readLines(file_path, {
        bChunk: 1024,
        dir: 1
    });
    var line = await readLinesRiched.readNextLine();
  • Readed lines cache to avoid multiples read over previously readed bytes.

Removed

  • Test folder from distribution.
puzzle9900
published 0.1.3 •

puzzle9900
published 0.1.2 •

puzzle9900
published 0.1.0 •

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