You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example-Dependency: [email protected] [email protected] has no license property in package.json, but the license-checker reads the "LICENSE" file and generates the license-identifier "MIT*". See https://www.npmjs.com/package/license-checker
This will be shown with the * next to the name of the license to show that we "guessed" at it.
Problem:
Example-Dependency: [email protected]
![image](https://user-images.githubusercontent.com/1237858/170103665-ce0ad932-1127-4f8c-86aa-d8a2a0410d74.png)
[email protected] has no license property in package.json, but the license-checker reads the "LICENSE" file and generates the license-identifier "MIT*". See https://www.npmjs.com/package/license-checker
This will be shown with the * next to the name of the license to show that we "guessed" at it.
Proposed Solution:
Licensguard could simple truncate after the index of the "*" like in:
![image](https://user-images.githubusercontent.com/1237858/170104070-3d5cb012-c9ca-4fdd-a583-b6bab01a197e.png)
https://github.com/davglass/license-checker/blob/master/lib/index.js#L381-L383
The text was updated successfully, but these errors were encountered: