Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

columnify

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

columnify - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

test/column-splitter-character-expected.txt

3

index.js

@@ -13,2 +13,3 @@ "use strict"

options.columnSplitter = options.columnSplitter || ' '
options.spacing = options.spacing || '\n'

@@ -85,3 +86,3 @@ options.widths = options.widths || Object.create(null)

}, []))
}, []).join('\n')
}, []).join(options.spacing)
}

@@ -88,0 +89,0 @@

{
"name": "columnify",
"version": "0.0.1",
"version": "0.0.2",
"description": "Render data in text columns, with in-column text-wrap.",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc