
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
splitpanes-nuxt
Advanced tools
This module integrates the Splitpanes component with Nuxt 3.
npx nuxi@latest module add splitpanes-nuxt
or with Yarn:
npx nuxi@latest module add splitpanes-nuxt
In your nuxt.config.ts
(or nuxt.config.js
), add the module:
export default {
modules: [
'splitpanes-nuxt'
]
}
With this configuration, you can now use the Splitpanes
and Pane
components in your project. If you want to add a prefix to these component names, you can add a splitpanes
configuration to your nuxt.config.ts
:
export default {
modules: [
'splitpanes-nuxt'
],
splitpanes: {
prefix: 'MyPrefix'
}
}
This will allow you to use the components with a prefix, like so: <MyPrefixSplitpanes />
, <MyPrefixPane />
, etc.
For detailed information about the Splitpanes component, its usage, options and events, please refer to the official Splitpanes documentation.
To contribute, submit issues or pull requests, visit the Splitpanes GitHub repository.
# Install dependencies
npm install
# Generate type stubs
npm run dev:prepare
# Develop with the playground
npm run dev
# Build the playground
npm run dev:build
# Run ESLint
npm run lint
# Run Vitest
npm run test
npm run test:watch
# Release new version
npm run release
FAQs
Vue 3 Splitpanes module for Nuxt
The npm package splitpanes-nuxt receives a total of 121 weekly downloads. As such, splitpanes-nuxt popularity was classified as not popular.
We found that splitpanes-nuxt 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.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.