Socket
Socket
Sign inDemoInstall

tty-table

Package Overview
Dependencies
8
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.6.8 to 2.6.9

.babelrc

11

package.json
{
"name": "tty-table",
"version": "2.6.8",
"version": "2.6.9",
"description": "Command line table generator.",

@@ -34,9 +34,10 @@ "main": "src/main.js",

"dependencies": {
"chalk": "^2.3.0",
"csv": "^3.0.2",
"babel-core": "^6.26.3",
"chalk": "^2.4.1",
"csv": "^4.0.0",
"merge": "^1.2.0",
"smartwrap": "^1.0.9",
"strip-ansi": "^4.0.0",
"strip-ansi": "^5.0.0",
"wcwidth": "^1.0.1",
"yargs": "^11.0.0"
"yargs": "^12.0.2"
},

@@ -43,0 +44,0 @@ "devDependencies": {

@@ -1,7 +0,13 @@

# tty-table
# tty-table 电传打字台
-
[![Build Status](https://travis-ci.org/tecfu/tty-table.svg?branch=master)](https://travis-ci.org/tecfu/tty-table) [![Dependency Status](https://david-dm.org/tecfu/tty-table.png)](https://david-dm.org/tecfu/tty-table) [![NPM version](https://badge.fury.io/js/tty-table.svg)](http://badge.fury.io/js/tty-table) [![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/)
---
Display yout data in a table using a terminal, browser, or browser console.
使用终端,浏览器或浏览器控制台在表中显示您的数据
---
## Installation

@@ -27,3 +33,3 @@

<script>
var Table = require('tty-table');
let Table = require('tty-table');
...

@@ -78,3 +84,3 @@ </script>

- *See the built-in help for the terminal version of tty-table with:
- See the built-in help for the terminal version of tty-table with:
```

@@ -222,2 +228,2 @@ $ tty-table -h

Copyright 2015-2017, Tecfu.
Copyright 2015-2018, Tecfu.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc