Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Releases: webscopeio/license.sh

Updated metadata

07 Jan 20:32
ef1724b
Compare
Choose a tag to compare
Merge pull request #54 from webscopeio/chore/description-updated

Description of the package updated

1.0.11-alpha

07 Jan 20:27
faf5ea8
Compare
Choose a tag to compare
Update version.py

Minor bugfixes, ignore_packages option

21 Dec 14:33
3a82339
Compare
Choose a tag to compare
  1. 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": []
  }
  1. User can now run this program as python3 -m license_sh

Bugfixes, prompt_toolkit 2 compatible

18 Dec 09:20
7e8bb00
Compare
Choose a tag to compare
  • compatibility with prompt_toolkit 2
  • bugfixes

Functional bugfixes

03 Nov 19:18
Compare
Choose a tag to compare
  • Fixes a problem with @-scoped packages for yarn
  • Fixes a problem with dict licenses

Version bugfix

02 Nov 19:23
Compare
Choose a tag to compare
1.0.8

Bumped version to 1.0.8

1.0.7

02 Nov 19:18
Compare
Choose a tag to compare
  • Configuration option improved, you can now add licenses after they're found in a tree (in console mode)
  • Added --debug option for all of the runners

Fixed maven support

01 Nov 11:56
Compare
Choose a tag to compare
1.0.6

Increased version