Socket
Socket
Sign inDemoInstall

single-line-log

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

single-line-log - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

5

index.js

@@ -10,6 +10,3 @@ var MOVE_LEFT = new Buffer('1b5b3130303044', 'hex').toString();

stream.write = function(data) {
if (str && data !== str) {
str = null;
write.call(this, '\n');
}
if (str && data !== str) str = null;
write.apply(this, arguments);

@@ -16,0 +13,0 @@ };

2

package.json

@@ -17,5 +17,5 @@ {

],
"version": "0.4.0",
"version": "0.4.1",
"repository": "git://github.com/freeall/single-line-log.git",
"author": "Tobias Baunbæk <freeall@gmail.com>"
}

@@ -15,2 +15,4 @@ # single-line-log

var log = require('single-line-log').stdout;
// or pass any stream:
// var log = require('single-line-log')(process.stdout);

@@ -17,0 +19,0 @@ var read = 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