NodeSecure / scanner

⚡️ A package API to run a static analysis of your module's dependencies. This is the CLI engine!
MIT License
27 stars 14 forks source link

Re-implement Authors package from zero in the workspaces #224

Closed fraxken closed 1 week ago

fraxken commented 4 months ago

Current authors package require a complete rewrite (from zero).

That's what I was trying to do in: https://github.com/NodeSecure/authors/pull/52 (but kinda failed because it was more complicated that I imaginated).

The domain-check package should also be merged here (I don't think we need a dedicated workspace for it however).

One of the main goal is to simplify the integration with Scanner. But it will also drastically reduce the maintenance required.

@Kawacrepe

Kawacrepe commented 3 months ago

I'm gonna give it a look this weekend in order to make a first draft according our previous discussion