Socket
Socket
Sign inDemoInstall

log-update

Package Overview
Dependencies
15
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.1.0

index.d.ts

1

index.js

@@ -61,3 +61,4 @@ 'use strict';

module.exports = main(process.stdout);
module.exports.default = module.exports;
module.exports.stderr = main(process.stderr);
module.exports.create = main;

9

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

@@ -16,6 +16,7 @@ "license": "MIT",

"scripts": {
"test": "xo && ava"
"test": "xo && ava && tsd-check"
},
"files": [
"index.js"
"index.js",
"index.d.ts"
],

@@ -46,6 +47,8 @@ "keywords": [

"devDependencies": {
"@types/node": "^11.10.4",
"ava": "^1.2.1",
"terminal.js": "^1.0.10",
"tsd-check": "^0.3.0",
"xo": "^0.24.0"
}
}
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