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.4.0 to 0.5.0

15

bower.json
{
"name": "console.table",
"main": "index.js",
"version": "0.4.0",
"homepage": "https://github.com/bahmutov/console.html",
"version": "0.0.0",
"homepage": "https://github.com/bahmutov/console.table",
"license": "MIT",

@@ -18,10 +18,13 @@ "ignore": [

],
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
"keywords": [
"beautify",
"browser",
"console",
"html",
"beautify",
"node",
"browser"
"node"
],
"description": "Adds console.table method that prints an array of objects as a table in console",
"authors": [
"Gleb Bahmutov <gleb.bahmutov@gmail.com>"
]
}

68

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

@@ -9,2 +9,14 @@ "bugs": {

},
"config": {
"pre-git": {
"commit-msg": "simple",
"pre-commit": [
"npm test"
],
"pre-push": [],
"post-commit": [],
"post-checkout": [],
"post-merge": []
}
},
"contributors": [],

@@ -15,20 +27,23 @@ "dependencies": {

"devDependencies": {
"better-assert": "1.0.1",
"better-assert": "1.0.2",
"condition-node-version": "1.3.0",
"expect.js": "0.3.1",
"grunt": "0.4.5",
"grunt-banner": "0.2.3",
"grunt-clean-console": "0.1.1",
"grunt-banner": "0.3.1",
"grunt-clean-console": "0.2.0",
"grunt-cli": "1.2.0",
"grunt-contrib-concat": "0.5.0",
"grunt-contrib-copy": "0.6.0",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-uglify": "0.6.0",
"grunt-contrib-copy": "0.7.0",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-uglify": "0.7.0",
"grunt-contrib-watch": "0.6.1",
"grunt-deps-ok": "0.5.1",
"grunt-mocha-test": "0.10.0",
"grunt-nice-package": "0.9.2",
"grunt-npm2bower-sync": "0.4.0",
"grunt-deps-ok": "0.5.2",
"grunt-mocha-test": "0.12.7",
"grunt-nice-package": "0.10.2",
"grunt-npm2bower-sync": "0.8.1",
"matchdep": "0.3.0",
"mocha": "1.21.5",
"pre-git": "0.1.1",
"sinon": "1.10.3",
"mocha": "2.4.5",
"pre-git": "3.8.4",
"semantic-release": "4.3.5",
"sinon": "1.12.2",
"time-grunt": "1.0.0"

@@ -41,22 +56,27 @@ },

"keywords": [
"beautify",
"browser",
"console",
"html",
"beautify",
"node",
"browser"
"node"
],
"license": "MIT",
"main": "index.js",
"pre-commit": [
"npm test"
],
"release": {
"verifyConditions": {
"path": "condition-node-version",
"node": "6"
}
},
"repository": {
"type": "git",
"url": "git@github.com:bahmutov/console.table.git"
"url": "https://github.com/bahmutov/console.table.git"
},
"scripts": {
"commit": "commit-wizard",
"demo": "node test/test.js",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"test": "node test/test.js && grunt && npm run unit",
"unit": "node node_modules/mocha/bin/mocha -R spec",
"demo": "node test/test.js"
"unit": "node node_modules/mocha/bin/mocha -R spec"
}
}
}

@@ -10,4 +10,5 @@ # console.table

[![devdependencies][console.table-devdependencies-image] ][console.table-devdependencies-url]
[![semantic-release][semantic-image] ][semantic-url]
Install:
## Install

@@ -19,3 +20,3 @@ ```

Use in Node:
## Use in Node

@@ -45,4 +46,6 @@ ```

Use in browser: **INCOMPLETE, PROBABLY CHROME ONLY FOR NOW**
## Use in browser
**INCOMPLETE, PROBABLY CHROME ONLY FOR NOW**
```html

@@ -123,1 +126,3 @@ <script src="bower_components/console.table/dist/console.table.js"></script>

[console.table-devdependencies-url]: https://david-dm.org/bahmutov/console.table#info=devDependencies
[semantic-image]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg
[semantic-url]: https://github.com/semantic-release/semantic-release

Sorry, the diff of this file is not supported yet

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