This repository has been archived by the owner on May 21, 2024. It is now read-only.
Releases: webscopeio/license.sh
Releases · webscopeio/license.sh
Updated metadata
Merge pull request #54 from webscopeio/chore/description-updated Description of the package updated
1.0.11-alpha
Update version.py
Minor bugfixes, ignore_packages option
- User can now ignore packages what either has no license or he/she is sure these packages are not a threat.
"ignored_packages": {
"python_pipenv": [
"PyInquirer",
"setuptools"
],
"npm": [],
"maven": [],
"yarn": []
}
- User can now run this program as
python3 -m license_sh
Bugfixes, prompt_toolkit 2 compatible
- compatibility with prompt_toolkit 2
- bugfixes
Functional bugfixes
- Fixes a problem with @-scoped packages for yarn
- Fixes a problem with
dict
licenses
Version bugfix
1.0.8 Bumped version to 1.0.8
1.0.7
Fixed maven support
1.0.6 Increased version