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

linebyline

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

linebyline - npm Package Compare versions

Comparing version

to
0.0.9

5

package.json
{
"name": "linebyline",
"version": "0.0.8",
"description": "Simple streaming readline module. Reads a file line by line. Previously under readline",
"version": "0.0.9",
"description": "Simple streaming readline module.",
"main": "readline.js",

@@ -16,3 +16,2 @@ "scripts": {

"readline",
"line by line",
"file"

@@ -19,0 +18,0 @@ ],

2

readline.js

@@ -21,3 +21,3 @@ var fs = require('fs'),

};
this.input = fs.createReadStream(file);
this.input = fs.createReadStream(file, opts);
this.input.on('open', function(fd) {

@@ -24,0 +24,0 @@ self.emit('open', fd);