Comparing version 1.0.36 to 1.0.37
{ | ||
"name": "as-table", | ||
"version": "1.0.36", | ||
"version": "1.0.37", | ||
"description": "A simple function that print objects / arrays as ASCII tables. Handles ANSI styling and weird 💩 Unicode emoji symbols – they won't break the layout.", | ||
@@ -54,15 +54,15 @@ "main": "build/as-table.js", | ||
"devDependencies": { | ||
"ansicolor": "^1.1.71", | ||
"ansicolor": "^1.1.81", | ||
"babel-cli": "^6.26.0", | ||
"babel-plugin-transform-es2015-destructuring": "^6.23.0", | ||
"babel-plugin-transform-es2015-spread": "^6.22.0", | ||
"coveralls": "^2.13.3", | ||
"eslint": "^4.8.0", | ||
"coveralls": "^3.0.3", | ||
"eslint": "^4.19.1", | ||
"istanbul": "^0.4.5", | ||
"mocha": "^3.5.3", | ||
"nyc": "^11.2.1" | ||
"mocha": "^6.0.2", | ||
"nyc": "^13.3.0" | ||
}, | ||
"dependencies": { | ||
"printable-characters": "^1.0.37" | ||
"printable-characters": "^1.0.42" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28509
11
246
1
Updatedprintable-characters@^1.0.42