pankod / moleculerjs-boilerplate

A well-structured Moleculer JS Boilerplate with Typescript, CLI, Service Helpers, Swagger, Jest support and everything you'll ever need to deploy rock solid projects. https://pankod.github.io/moleculerjs-boilerplate/
MIT License
196 stars 36 forks source link

Out-of-date libraries / old templates #71

Open manchuwook opened 4 years ago

manchuwook commented 4 years ago

From the first install, there are over 1700 vulnerabilities and out-of-date libraries. After doing npm audit fix --force it takes care of them, but there there is an issue of module.exports vs. export { Whatever } in the templates. I like the work that you've done, but I don't feel it is usable anymore.

issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.72. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

austinrivas commented 4 years ago

@manchuwook the dependencies will be updated and the modules issue you described resolved once PR #72 is merged into master.

I used this project as the base for a few production systems and I can assure you the project is very usable.

Let me know if you have any specific questions or concerns.