jszip
jszip copied to clipboard
JSZIP is using openent component which is only AGPL license type not MIT.
Hi,
This is related to license issue. Since JSZIP module have MIT and AGPL both type of licenses. So, all dependent components of JSZIP module should be available by open Licenses (MIT & AGPL), where as while doing a Black duck scan, it detect a use of OpenEnt component which is only support AGPL licenses. kinly refer openhub link - https://www.openhub.net/p/openent Also, I am attaching a screenshot of blackduck scanning -
I'm using jszip in one of my projects and blackduck is throwing error due to the presence of GPL. I would be glad if the project owner removes GPL and only keep MIT.
I see not dependency on a package called "openent" from looking at the package.json
or the package-lock.json
file. Can you show in code where the dependency is taken?