johnmichel / Library-Detector-for-Chrome

🔍 Extension that detects which JavaScript libraries are running on a page
https://chrome.google.com/webstore/detail/cgaocdmhkmfnkdkbnckgmpopcbpaaejo
MIT License
658 stars 112 forks source link

Publish usable module on npm #199

Open fregante opened 2 years ago

fregante commented 2 years ago

I noticed that the detector has been published to npm in https://github.com/johnmichel/Library-Detector-for-Chrome/issues/98 but the file does not contain any exports and thus it cannot be imported:

typeof require('js-library-detector') === 'undefined'

It'd be great to see:

Here's the published content: