jshttp / content-type

Create and parse HTTP Content-Type header
MIT License
131 stars 27 forks source link

Black Duck reporting Thunderbird as a dependency to content-type npm package #16

Closed adityachava2022 closed 4 years ago

adityachava2022 commented 4 years ago

Hi,

I have found that https://www.npmjs.com/package/content-type, the black duck is showing Thunderbird as a dependency and it is showing a license issue.

Can you confirm whether this package internally uses ThunderBird. In the index.js file or package.json file I could not find anywhere where this is used. Looking forward for the help.

Regards Aditya

dougwilson commented 4 years ago

I'm not sure what you mean by ThunderBird, but if it is https://www.thunderbird.net/en-US/ then no, this library does not use that, as this is a Node.js library which has zero dependencies. You can find our entire source code at https://github.com/jshttp/content-type/blob/master/index.js which does not use the require function to import any dependencies.