nuxt-viewport
nuxt-viewport copied to clipboard
🌈 Define custom viewports for your Nuxt project
Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.0 to 6.2.1. Commits bef7b1e 6.2.1 fe8cd57 prevent extraction in excessively deep subfolders fe7ebfd remove security.md See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...
Bumps [undici](https://github.com/nodejs/undici) from 5.28.2 to 5.28.4. Release notes Sourced from undici's releases. v5.28.4 :warning: Security Release :warning: Fixes https://github.com/nodejs/undici/security/advisories/GHSA-m4v8-wqvr-p9f7 CVE-2024-30260 Fixes https://github.com/nodejs/undici/security/advisories/GHSA-9qxr-qj54-h672 CVE-2024-30261 Full Changelog: https://github.com/nodejs/undici/compare/v5.28.3...v5.28.4 v5.28.3 ⚠️ Security Release...
Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1. Commits 3b0994a 2.0.1 32f468f lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...
Bumps [ws](https://github.com/websockets/ws) from 8.17.0 to 8.17.1. Release notes Sourced from ws's releases. 8.17.1 Bug fixes Fixed a DoS vulnerability (#2231). A request with a number of headers exceeding the[server.maxHeadersCount][] threshold...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
Hi! I'm working on integrating this module into our prod site, and trying to align with our current breakpoint usage I ran into the following issue where `xl` breakpoint is...
[test-typescript.zip](https://github.com/user-attachments/files/16690545/test-typescript.zip) I just create a new nuxt3 app, and add only one module(nuxt-viewport), then I auto import a const from nuxt.config.ts like the code below nuxt.config.ts ``` export default defineNuxtConfig({...
Hello! Could you add a little explanation to the readme how this module works in particular? Here is what I found out by trail and error: - Initially the server...
Hello, I dont want to use any cookies on my website, especially because I dont want to add a cookie banner as required by EU law. Unfortunately I couldnt find...
In Tailwind 3 and 4 there is no `xs` breakpoint with 320px width, rather everything below 640 is the considered to be the default. I therefor lowered `xs` width to...