table-layout
Advanced tools
Comparing version 1.0.2 to 2.0.0
{ | ||
"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": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3
11342
4
0
2
+ Addedarray-back@5.0.0(transitive)
+ Addedtypical@6.0.1(transitive)
- Removeddeep-extend@~0.6.0
- Removedarray-back@4.0.2(transitive)
- Removeddeep-extend@0.6.0(transitive)
Updatedarray-back@^5.0.0
Updatedtypical@^6.0.1