Socket
Socket
Sign inDemoInstall

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.1.0 to 1.1.1

4

lib/line-reader.js

@@ -14,3 +14,3 @@ var through = require('through3')

*/
function LineStream(options) {
function Line(options) {
options = options || {};

@@ -75,2 +75,2 @@ this.encoding = options.encoding || 'utf8';

module.exports = through.transform(transform, flush, {ctor: LineStream});
module.exports = through.transform(transform, flush, {ctor: Line});
{
"name": "stream-lines",
"description": "Line transform stream, reads bytes writes arrays of lines.",
"version": "1.1.0",
"version": "1.1.1",
"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