Socket
Socket
Sign inDemoInstall

console.table

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

console.table - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

2

bower.json
{
"name": "console.table",
"main": "index.js",
"version": "0.2.1",
"version": "0.2.2",
"homepage": "https://github.com/bahmutov/console.html",

@@ -6,0 +6,0 @@ "license": "MIT",

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

/* global module, require */
/* global module */
module.exports = function (grunt) {

@@ -18,4 +18,3 @@ module.require('time-grunt')(grunt);

'options': {
jshintrc: '.jshintrc',
reporter: require('jshint-stylish')
jshintrc: '.jshintrc'
},

@@ -22,0 +21,0 @@ default: {

{
"name": "console.table",
"description": "Adds console.table method that prints an array of objects as a table in console",
"version": "0.2.1",
"version": "0.2.2",
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",

@@ -28,3 +28,2 @@ "bugs": {

"grunt-npm2bower-sync": "0.4.0",
"jshint-stylish": "1.0.0",
"matchdep": "0.3.0",

@@ -31,0 +30,0 @@ "mocha": "1.21.5",

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