
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).
draggable-panel
Advanced tools
Vue3 based drag panel component
https://cainier.github.io/draggable-panel
https://github.com/Cainier/draggable-panel/blob/main/src/App.vue
Ctrl can be replaced by Command
npm i draggable-panel
yarn add draggable-panel
[
...
{
id : 1, // ID (Number / String)
width : 300, // Default width (Number)
height: 200, // Default height (Number)
x : 20, // Default Y (Number)
y : 20 // Default X (Number)
},
...
]
{
"background": "#FFFFFF"
}
{
"background": "#1976D255"
}
@canvas-scale -> function(scale)
@canvas-drop -> function(x, y)
chart
<template #chart="{ chart, index }">
<div>{{ chart }}</div>
</template>
chart-[id]
<template #chart-1="{ chart, index }">
<div>{{ chart }}</div>
</template>
<template #chart-2="{ chart, index }">
<div>{{ chart }}</div>
</template>
FAQs
Vue draggable panel
The npm package draggable-panel receives a total of 6 weekly downloads. As such, draggable-panel popularity was classified as not popular.
We found that draggable-panel demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.