
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).
streamlit-position-selector-new
Advanced tools
Streamlit component for chart position selection and management
Um componente Streamlit para seleção e gerenciamento de posições de gráficos em layouts responsivos.
pip install streamlit-chart-positions
import streamlit as st
from my_component import my_component
# Lista de posições disponíveis para o gráfico
positions = [
"ROW2, COL1", "ROW2, COL2", "ROW2, COL3",
"ROW3, COL1", "ROW3, COL2", "ROW3, COL3",
"ROW4, COL1", "ROW4, COL2", "ROW4, COL3",
"ROW5, COL1", "ROW5, COL2", "FULL ROW 6",
"ROW7, COL1", "ROW7, COL2", "ROW7, COL3",
"ROW1, COL1(Auto Select)", "ROW1, COL2(Auto Select)", "ROW1, COL3(Auto Select)"
]
# Usar o componente
selected_position = my_component(positions=positions, key="chart_positions")
st.write(f"Posição selecionada: {selected_position}")
Para executar em modo de desenvolvimento:
cd template/my_component/frontend
npm install
npm run start
Em outro terminal:
streamlit run template/example.py
Limpe os arquivos antigos:
rmdir /s /q dist
rmdir /s /q streamlit_chart_positions.egg-info
Reconstrua o pacote:
python -m build
Tente publicar novamente:
twine upload dist/*
Se quiser, posso executar esses comandos para você.
Deseja que eu faça isso automaticamente?
FAQs
Streamlit component for chart position selection and management
We found that streamlit-position-selector-new demonstrated a healthy version release cadence and project activity because the last version was released less than 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.