Socket
Socket
Sign inDemoInstall

tty-table

Package Overview
Dependencies
15
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.1 to 2.2.2

2

Gruntfile.js

@@ -69,3 +69,3 @@ /**

command: function (){
var cmd = `find . -name '*.js' -path './src/*' | xargs jsctags {} -f | sed '/^$/d' | sort > tags`;
var cmd = 'find . -name "*.js" -path "./src/*" | xargs jsctags {} -f | sed "/^$/d" | sort > tags';
return cmd;

@@ -72,0 +72,0 @@ }

{
"name": "tty-table",
"version": "2.2.1",
"version": "2.2.2",
"description": "Command line table generator.",

@@ -5,0 +5,0 @@ "main": "src/main.js",

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