Socket
Socket
Sign inDemoInstall

table

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

table - npm Package Compare versions

Comparing version 5.2.2 to 5.2.3

4

dist/calculateCellWidthIndex.js

@@ -20,3 +20,5 @@ "use strict";

return cells.map(value => {
return (0, _stringWidth.default)(value);
return Math.max(...value.split('\n').map(line => {
return (0, _stringWidth.default)(line);
}));
});

@@ -23,0 +25,0 @@ };

@@ -8,32 +8,32 @@ {

"dependencies": {
"ajv": "^6.6.1",
"ajv": "^6.9.1",
"lodash": "^4.17.11",
"slice-ansi": "^2.0.0",
"string-width": "^2.1.1"
"slice-ansi": "^2.1.0",
"string-width": "^3.0.0"
},
"description": "Formats data into a string table.",
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.6",
"@babel/node": "^7.0.0",
"@babel/plugin-transform-flow-strip-types": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/node": "^7.2.2",
"@babel/plugin-transform-flow-strip-types": "^7.2.3",
"@babel/preset-env": "^7.3.1",
"@babel/register": "^7.0.0",
"ajv-cli": "^3.0.0",
"ajv-keywords": "^3.2.0",
"ajv-keywords": "^3.4.0",
"babel-plugin-istanbul": "^5.1.0",
"babel-plugin-transform-export-default-name": "^2.0.4",
"chai": "^4.2.0",
"chalk": "^2.4.1",
"chalk": "^2.4.2",
"coveralls": "^3.0.2",
"eslint": "^5.9.0",
"eslint-config-canonical": "^13.0.0",
"flow-bin": "^0.87.0",
"eslint": "^5.13.0",
"eslint-config-canonical": "^16.1.0",
"flow-bin": "^0.92.1",
"flow-copy-source": "^2.0.2",
"gitdown": "^2.5.5",
"husky": "^1.2.0",
"gitdown": "^2.5.7",
"husky": "^1.3.1",
"mocha": "^5.2.0",
"nyc": "^13.1.0",
"semantic-release": "^15.12.3",
"sinon": "^7.1.1"
"nyc": "^13.2.0",
"semantic-release": "^15.13.3",
"sinon": "^7.2.3"
},

@@ -83,3 +83,3 @@ "engines": {

},
"version": "5.2.2"
"version": "5.2.3"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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