prettytable
Advanced tools
Comparing version 0.0.1 to 0.3.0
{ | ||
"name": "prettytable", | ||
"version": "0.0.1", | ||
"description": "A stub for a formatting project", | ||
"main": "src/prettytable.js", | ||
"scripts": { | ||
"test": "mocha" | ||
}, | ||
"keywords": [ | ||
"cli", | ||
"table" | ||
], | ||
"author": "Connor Atherton", | ||
"license": "MIT" | ||
"version": "0.3.0", | ||
"main": "prettytable.js", | ||
"description": "CLI based Node module for generating pretty tables from multiple data sources", | ||
"keywords": ["table", "cli table", "csv", "json"], | ||
"repository": "https://github.com/jyotiska/prettytable", | ||
"author": "Jyotiska NK <jyotiska123@gmail.com>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"csv-parse": "latest" | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
23955
10
285
0
191
1
2
2
+ Addedcsv-parse@latest
+ Addedcsv-parse@5.6.0(transitive)