Socket
Socket
Sign inDemoInstall

console.table

Package Overview
Dependencies
1
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.0 to 0.6.0

9

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

@@ -52,2 +52,8 @@ "bugs": {

},
"files": [
"index.js",
"bower.json",
"LICENSE-MIT",
"dist"
],
"homepage": "https://github.com/bahmutov/console.table",

@@ -77,2 +83,3 @@ "keywords": [

"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
"test": "node test/test.js && grunt && npm run unit",

@@ -79,0 +86,0 @@ "unit": "node node_modules/mocha/bin/mocha -R spec"

.jshintrc
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc