Comparing version 0.0.1 to 1.0.0
{ | ||
"name": "getopts", | ||
"version": "0.0.1", | ||
"description": "", | ||
"description": "Node.js CLI options parser.", | ||
"version": "1.0.0", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"repository": "getopts/getopts", | ||
"author": "Jorge Bucaran", | ||
"keywords": [ | ||
"cli", | ||
"argv", | ||
"cli-parser", | ||
"getopts" | ||
], | ||
"scripts": { | ||
"test": "exit 1" | ||
"test": "nyc -r lcov tape test/*.js && nyc report", | ||
"format": "prettier --semi false --write '*.js'", | ||
"release": "npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push origin master && git push --tags && npm publish" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "MIT" | ||
"devDependencies": { | ||
"nyc": "^11.2.1", | ||
"prettier": "~1.7.4", | ||
"tape": "^4.8.0" | ||
} | ||
} |
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
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
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 contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
9146
8
146
1
1
0
148
3