Comparing version 1.0.0 to 1.1.0
@@ -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 @@ ``` |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
17272
5
374
1