Comparing version 0.3.5 to 0.3.6
@@ -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] || {}; |
@@ -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 @@ |
17538
327
180