Socket
Socket
Sign inDemoInstall

columnify

Package Overview
Dependencies
5
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.0 to 1.4.1

4

columnify.js
"use strict";
var _toArray = function (arr) {
return Array.isArray(arr) ? arr : Array.from(arr);
};
var _toArray = function (arr) { return Array.isArray(arr) ? arr : Array.from(arr); };

@@ -7,0 +5,0 @@ var wcwidth = require("./width");

{
"name": "columnify",
"version": "1.4.0",
"version": "1.4.1",
"description": "Render data in text columns. supports in-column text-wrap.",

@@ -15,3 +15,3 @@ "main": "columnify.js",

"devDependencies": {
"6to5": "^2.13.7",
"6to5": "^3.0.9",
"chalk": "^0.5.1",

@@ -18,0 +18,0 @@ "tap-spec": "^2.1.1",

# columnify
[![Build Status](https://travis-ci.org/timoxley/columnify.png?branch=master)](https://travis-ci.org/timoxley/columnify)
[![NPM Version](https://img.shields.io/npm/v/columnify.svg?style=flat)](https://npmjs.org/package/columnify)
[![License](http://img.shields.io/npm/l/columnify.svg?style=flat)](LICENSE)
[![Dependency Status](https://david-dm.org/timoxley/columnify.svg)](https://david-dm.org/timoxley/columnify)
[![devDependency Status](https://david-dm.org/timoxley/columnify/dev-status.svg)](https://david-dm.org/timoxley/columnify#info=devDependencies)

@@ -433,4 +437,23 @@ Create text-based columns suitable for console output from objects or

## Contributions
```
project : columnify
repo age : 1 year, 2 months
active : 32 days
commits : 120
files : 54
authors :
90 Tim Oxley 75.0%
8 Tim 6.7%
7 Arjun Mehta 5.8%
6 Dany 5.0%
5 Wei Gao 4.2%
2 Dany Shaanan 1.7%
1 Seth Miller 0.8%
1 Isaac Z. Schlueter 0.8%
```
## License
MIT

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