New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

easy-table

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

easy-table - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

HISTORY.md

7

package.json

@@ -6,3 +6,3 @@ {

"keywords": ["table", "text", "cli"],
"version": "1.0.0",
"version": "1.1.0",
"repository": {

@@ -12,3 +12,3 @@ "type": "git",

},
"main": "./lib/table",
"main": "./table.js",
"devDependencies": {

@@ -21,3 +21,6 @@ "mocha": "*",

"test": "mocha -R dot --check-leaks"
},
"optionalDependencies": {
"wcwidth": ">=1.0.1"
}
}

@@ -72,3 +72,3 @@ # Easy table

var str = val.toFixed(2)
return width ? str : Table.padLeft(str, width)
return width ? Table.padLeft(str, width) : str
}

@@ -75,0 +75,0 @@ ```

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