
Security News
OpenClaw Skill Marketplace Emerges as Active Malware Vector
Security researchers report widespread abuse of OpenClaw skills to deliver info-stealing malware, exposing a new supply chain risk as agent ecosystems scale.
Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7
🔦 Lighthouse tests: Mobile Regular 3G
Add options as framework7 key inside nuxt.config.js.
| Option | Type | Default | Description |
|---|---|---|---|
css | Boolean | true | Include Framework7 css (disable to provide a custom build) |
rtl | Boolean | false | Enable RTL layout |
f7Icons | Boolean | true | Include Framework7 Icons (IOS) |
mdIcons | Boolean | true | Include MD Icons |
routes | Object | true | Route overrides (see below) |
mode | String | hash | Router mode. Can be hash or history |
view | Object | Options passed to root view of framework7 |
Routes are auto generated using pages directory structure. However if you need to make more customization (Like adding routable tabs) this option may be used.
Example: (nuxt.config.js)
framework7: {
routes: {
'tabs-routable': {
tabs: [
{ path: "/", id: "tab1" },
{ path: "/tab2/", id: "tab2" },
{ path: "/tab3/", id: "tab3" },
]
}
}
}
> yarn dev
MIT - Pooya Parsa
FAQs
Unknown package
The npm package nuxt7 receives a total of 218 weekly downloads. As such, nuxt7 popularity was classified as not popular.
We found that nuxt7 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Security researchers report widespread abuse of OpenClaw skills to deliver info-stealing malware, exposing a new supply chain risk as agent ecosystems scale.

Security News
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.

Research
/Security News
Malicious dYdX client packages were published to npm and PyPI after a maintainer compromise, enabling wallet credential theft and remote code execution.