Marco

Results 5 comments of Marco

on `npm audit`: found 9 vulnerabilities (2 low, 2 moderate, 4 high, 1 critical) these apparently are related to `marshmallow` and `inject-ga`. I see that these two package are not...

In here i got a working prototype https://github.com/borracciaBlu/banner-cli/commit/aed3ea87956680a68d7de53f3898fc7308bfc29a additional benefit of `npx` you don't have to keep update these packages all the times because `npx` is going to use the...

From /*! * Banner-cli v0.14.1 * https://cjpatoilo.com/banner-cli * * Copyright (c) 2019 CJ Patoilo * This is free and unencumbered software/ To /*! * Banner-cli v0.14.1 * https://cjpatoilo.com/banner-cli * *...

Yes, previous version `0.3.1` was working because `package.json` didn't have `exports` in it. Now that we have a node version and a browser webpack has to decide which one of...

I've done some tests with nextjs, and it seems the issue is on their side as when I run the build it's assuming is a node solution by default. Even...