cli-columns
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "cli-columns", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Columnated lists for the CLI.", | ||
@@ -5,0 +5,0 @@ "main": "src/cli-columns.js", |
@@ -0,1 +1,3 @@ | ||
'use strict'; | ||
const assign = require('object-assign'); | ||
@@ -2,0 +4,0 @@ const stringWidth = require('string-width'); |
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
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
7999
142