Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "columnify", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Render data in text columns, supports in-column text-wrap.", | ||
"main": "index.js", | ||
"scripts": { | ||
"pretest": "npm prune", | ||
"test": "faucet" | ||
@@ -8,0 +9,0 @@ }, |
var stripAnsi = require('strip-ansi') | ||
var wcwidth = require('wcwidth.js')({ monkeypatch: false, control: 0 }) | ||
var wcwidth = require('wcwidth') | ||
@@ -4,0 +4,0 @@ module.exports = function(str) { |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
0
22789