Socket
Socket
Sign inDemoInstall

log-update

Package Overview
Dependencies
5
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

3

index.js

@@ -8,5 +8,4 @@ 'use strict';

cliCursor.hide();
var render = function () {
cliCursor.hide();
var out = [].join.call(arguments, ' ') + '\n';

@@ -13,0 +12,0 @@ stream.write(ansiEscapes.eraseLines(prevLineCount) + out);

{
"name": "log-update",
"version": "1.0.0",
"version": "1.0.1",
"description": "Log by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc.",

@@ -16,3 +16,3 @@ "license": "MIT",

"scripts": {
"test": "xo && node test.js"
"test": "xo && ava"
},

@@ -42,8 +42,8 @@ "files": [

"ansi-escapes": "^1.0.0",
"cli-cursor": "^1.0.1"
"cli-cursor": "^1.0.2"
},
"devDependencies": {
"ava": "0.0.4",
"ava": "*",
"xo": "*"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc