Socket
Socket
Sign inDemoInstall

table

Package Overview
Dependencies
17
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.7.4 to 3.7.5

60

package.json
{
"name": "table",
"version": "3.7.4",
"description": "Formats data into a string table.",
"main": "./dist/index.js",
"author": {
"email": "gajus@gajus.com",
"name": "Gajus Kuizinas",
"email": "gk@anuary.com",
"url": "http://gajus.com"
},
"repository": {
"type": "git",
"url": "https://github.com/gajus/table"
"dependencies": {
"ansi-slice": "^1.2.0",
"bluebird": "^3.1.1",
"chalk": "^1.1.1",
"lodash": "^4.0.0",
"string-width": "^1.0.1",
"strip-ansi": "^3.0.0",
"tv4": "^1.2.7",
"xregexp": "^3.0.0"
},
"description": "Formats data into a string table.",
"devDependencies": {
"chai": "^3.4.1",
"gitdown": "^2.4.0",
"jsonlint": "^1.6.2",
"pragmatist": "^3.0.2",
"sinon": "^1.17.2"
},
"keywords": [

@@ -22,25 +32,19 @@ "ascii",

],
"license": "BSD-3-Clause",
"main": "./dist/index.js",
"name": "table",
"repository": {
"type": "git",
"url": "https://github.com/gajus/table"
},
"scripts": {
"pragmatist": "node ./node_modules/.bin/pragmatist",
"build": "npm run pragmatist build",
"build": "npm run pragmatist build -- --es5",
"format-config": "npm run format-json ./package.json",
"format-json": "jsonlint --sort-keys --in-place --indent ' '",
"lint": "npm run pragmatist lint",
"test": "npm run pragmatist test",
"readme": "node ./node_modules/.bin/gitdown ./.README/README.md --output-file ./README.md"
"pragmatist": "pragmatist",
"readme": "node ./node_modules/.bin/gitdown ./.README/README.md --output-file ./README.md",
"test": "npm run pragmatist test"
},
"devDependencies": {
"chai": "^3.4.1",
"gitdown": "^2.4.0",
"pragmatist": "^1.4.4",
"sinon": "^1.17.2"
},
"dependencies": {
"ansi-slice": "^1.2.0",
"bluebird": "^3.0.5",
"chalk": "^1.1.1",
"lodash": "^3.10.1",
"string-width": "^1.0.1",
"strip-ansi": "^3.0.0",
"tv4": "^1.2.7",
"xregexp": "^3.0.0"
}
"version": "3.7.5"
}

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