Socket
Socket
Sign inDemoInstall

tty-table

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tty-table - npm Package Compare versions

Comparing version 2.8.12 to 2.8.13

4

package.json
{
"name": "tty-table",
"version": "2.8.12",
"version": "2.8.13",
"description": "Node cli table",

@@ -52,4 +52,4 @@ "main": "src/main.js",

"dependencies": {
"chalk": "^3.0.0",
"csv": "^5.3.1",
"kleur": "^3.0.3",
"smartwrap": "^1.2.3",

@@ -56,0 +56,0 @@ "strip-ansi": "^6.0.0",

@@ -1,2 +0,2 @@

const kleur = require("kleur")
const chalk = require("chalk")

@@ -6,3 +6,3 @@

return colors.reduce(function(input, color) {
return kleur[color](input)
return chalk[color](input)
}, str)

@@ -9,0 +9,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