Ricardo Nolde

Results 17 issues of Ricardo Nolde

NPM audit security report flags `clean-css`, used by `html-minifier`, used by `jstify`. It should be upgraded. ``` Low Regular Expression Denial of Service Package clean-css Patched in >=4.1.11 Dependency of...

**Is your feature request related to a problem? Please describe.** A common way to debug issues is to test the same payload locally. I don't use transpilation, just plain JS...

enhancement

The package [`prettierx`](https://www.npmjs.com/package/prettierx) was created to allow usage of prettier along with standardjs formatting. Maybe it would improve your setup to use it.

investigate

- tests added/updated - README updated - bump minor version

#### BREAKING CHANGE: `@vue/composition-api` minimal version required is `1.0.0` There is no other tests in the project, so I've created none. I can do it if required. I did not...

https://router.vuejs.org/guide/advanced/composition-api.html#navigation-guards It would be really useful to have navigation guards (onBeforeRouteLeave, onBeforeRouteUpdate) available, as a replacement for vue-router compositions while using Vue 2. Any plans on adding those?

[dotLottie files](https://en.wikipedia.org/wiki/Lottie_(file_format)#The_dotLottie_file_format) are a growing option for online animations. I have a website full of those files. I am adding `.lottie` file to the redirect regex for `single-page-app` constructs. This...