Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
@nuxthq/studio
Advanced tools
Enhance studio.nuxt.com features as a Nuxt module.
yarn add --dev @nuxthq/studio
Then, register the module in your nuxt.config.js
:
import { defineNuxtConfig } from 'nuxt'
export default defineNuxtConfig({
modules: [
'@nuxthq/studio'
]
})
If you want latest updates, please use @nuxthq/studio-edge
in your package.json
:
{
"devDependencies": {
"@nuxthq/studio": "npm:@nuxthq/studio-edge@latest"
}
}
The module will expose an studio
public runtime config:
const { studio } = useRuntimeConfig().public
studio.apiURL // default: https://api.nuxt.com
It will also expose the /api/_studio/components
route to list the project components based on https://github.com/nuxtlabs/nuxt-component-meta.
You can configure the studio API URL by setting it in the .env
or as environment variable in production:
NUXT_PUBLIC_STUDIO_API_URL=http://localhost:1337
FAQs
Nuxt Studio is a visual editor for content-driven Nuxt application with Markdown.
The npm package @nuxthq/studio receives a total of 3,996 weekly downloads. As such, @nuxthq/studio popularity was classified as popular.
We found that @nuxthq/studio demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.