Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

table-layout

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

table-layout - npm Package Compare versions

Comparing version 1.0.2 to 2.0.0

13

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

@@ -18,6 +18,6 @@ "repository": "https://github.com/75lb/table-layout.git",

"engines": {
"node": ">=8.0.0"
"node": ">=14"
},
"scripts": {
"test": "test-runner test/*.js",
"test": "test-runner test/*.mjs",
"docs": "jsdoc2md -t README.hbs index.js -p list --member-index-format list > README.md; echo",

@@ -27,5 +27,4 @@ "cover": "nyc npm test && nyc report --reporter=text-lcov | coveralls"

"dependencies": {
"array-back": "^4.0.1",
"deep-extend": "~0.6.0",
"typical": "^5.2.0",
"array-back": "^5.0.0",
"typical": "^6.0.1",
"wordwrapjs": "^4.0.0"

@@ -37,3 +36,3 @@ },

"nyc": "^15.1.0",
"test-runner": "^0.6.3"
"test-runner": "^0.8.13"
},

@@ -40,0 +39,0 @@ "files": [

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