Socket
Socket
Sign inDemoInstall

columnify

Package Overview
Dependencies
2
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.2.1

3

package.json
{
"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) {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc