Socket
Socket
Sign inDemoInstall

table-layout

Package Overview
Dependencies
19
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.0.1

28

package.json
{
"name": "table-layout",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "3.0.0",
"version": "3.0.1",
"description": "Stylable text tables, handling ansi colour. Useful for console output.",

@@ -32,11 +32,10 @@ "repository": "https://github.com/75lb/table-layout",

"docs": "jsdoc2md index.js -p list --member-index-format list > docs/API.md",
"cover": "c8 npm test",
"dist": "rollup -c",
"examples": "for FILE in example/*.json; do echo \"# $FILE\"; echo; cat $FILE | node bin/cli.js; done"
"examples": "for FILE in example/*/*.json; do echo \"# $FILE\"; echo; cat \"$FILE\" | node bin/cli.js; done"
},
"dependencies": {
"@75lb/deep-merge": "^1.1.0",
"array-back": "^6.2.0",
"command-line-args": "^5.2.0",
"command-line-usage": "^6.1.1",
"@75lb/deep-merge": "^1.1.1",
"array-back": "^6.2.2",
"command-line-args": "^5.2.1",
"command-line-usage": "^6.1.3",
"stream-read-all": "^3.0.1",

@@ -47,9 +46,10 @@ "typical": "^7.1.1",

"devDependencies": {
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"ansi-escape-sequences": "^6.2.0",
"c8": "^7.8.0",
"jsdoc-to-markdown": "^7.0.1",
"rollup": "^2.56.3",
"test-runner": "^0.9.8"
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@test-runner/tom": "^0.9.1",
"ansi-escape-sequences": "^6.2.1",
"isomorphic-assert": "^1.0.0",
"jsdoc-to-markdown": "^8.0.0",
"rollup": "^3.15.0",
"test-runner": "^0.10.1"
},

@@ -56,0 +56,0 @@ "files": [

@@ -341,3 +341,3 @@ [![view on npm](https://badgen.net/npm/v/table-layout)](https://www.npmjs.org/package/table-layout)

<img src="https://s9.gifyu.com/images/Screenshot-2021-09-04-at-17.53.16.png" width="600px" title="Colour-scale">
<img src="https://raw.githubusercontent.com/75lb/table-layout/master/example/colour-scale.jpg" width="600px" title="Colour-scale">

@@ -370,6 +370,10 @@ ### API Reference

## See Also
* [gfmt](https://github.com/75lb/gfmt): A github-flavoured-markdown table generator.
* * *
&copy; 2015-21 [Lloyd Brookes](https://github.com/75lb) \<75pound@gmail.com\>.
&copy; 2015-23 [Lloyd Brookes](https://github.com/75lb) \<75pound@gmail.com\>.
Isomorphic test suite by [test-runner](https://github.com/test-runner-js/test-runner) and [web-runner](https://github.com/test-runner-js/web-runner). Documented by [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown).

Sorry, the diff of this file is not supported yet

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