Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

stream-lines

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stream-lines - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

3

lib/line-reader.js

@@ -16,2 +16,5 @@ var util = require('util')

function LineReader(options) {
if(!(this instanceof LineReader)) {
return new LineReader(options);
}
Transform.call(this);

@@ -18,0 +21,0 @@ this._writableState.objectMode = false;

2

package.json
{
"name": "stream-lines",
"description": "Line transform stream, reads bytes writes arrays of lines.",
"version": "1.0.2",
"version": "1.0.3",
"author": "muji <noop@xpm.io>",

@@ -6,0 +6,0 @@ "repository": {

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