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

cli-table

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-table - npm Package Compare versions

Comparing version 0.3.5 to 0.3.6

3

lib/utils.js

@@ -61,2 +61,5 @@

for (var p in opts) {
if (p === '__proto__' || p === 'constructor' || p === 'prototype') {
continue;
}
if (opts[p] && opts[p].constructor && opts[p].constructor === Object) {

@@ -63,0 +66,0 @@ defaults[p] = defaults[p] || {};

2

package.json

@@ -1,1 +0,1 @@

{"name":"cli-table","description":"Pretty unicode tables for the CLI","version":"0.3.5","author":"Guillermo Rauch <guillermo@learnboost.com>","contributors":["Sonny Michaud <michaud.sonny@gmail.com> (http://github.com/sonnym)"],"repository":{"type":"git","url":"https://github.com/Automattic/cli-table.git"},"keywords":["cli","colors","table"],"dependencies":{"colors":"1.0.3"},"devDependencies":{"expresso":"~0.9","should":"~0.6"},"main":"lib","files":["lib"],"scripts":{"test":"make test"},"engines":{"node":">= 0.2.0"}}
{"name":"cli-table","description":"Pretty unicode tables for the CLI","version":"0.3.6","author":"Guillermo Rauch <guillermo@learnboost.com>","contributors":["Sonny Michaud <michaud.sonny@gmail.com> (http://github.com/sonnym)"],"repository":{"type":"git","url":"https://github.com/Automattic/cli-table.git"},"keywords":["cli","colors","table"],"dependencies":{"colors":"1.0.3"},"devDependencies":{"expresso":"~0.9","should":"~0.6"},"main":"lib","files":["lib"],"scripts":{"test":"make test"},"engines":{"node":">= 0.2.0"}}

@@ -154,2 +154,4 @@ CLI Table [![NPM Version](http://badge.fury.io/js/cli-table.svg)](http://badge.fury.io/js/cli-table) [![Build Status](https://secure.travis-ci.org/Automattic/cli-table.svg)](http://travis-ci.org/Automattic/cli-table)

[![huntr](https://cdn.huntr.dev/huntr_security_badge_mono.svg)](https://huntr.dev)
## License

@@ -156,0 +158,0 @@

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