
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).
rc-virtual-keyboard
Advanced tools
react virtual keyboard
# install dependencies
$ pnpm install
# develop library by docs demo
$ pnpm start
# build library source code
$ pnpm run build
# build library source code in watch mode
$ pnpm run build:watch
# build docs
$ pnpm run docs:build
# Locally preview the production build.
$ pnpm run docs:preview
# check your project for potential problems
$ pnpm run doctor
npm install rc-virtual-keyboard --save
pnpm install rc-virtual-keyboard --save
yarn add rc-virtual-keyboard --save
import { useState } from 'react';
import { useVirtualKeyboard, keys } from 'rc-virtual-keyboard';
export default () => {
const [value, setValue] = useState('');
const { VirtualKeyboard, VirtualKeyboardProvider } = useVirtualKeyboard();
return (
<>
{/* <div>可使用右侧虚拟键盘</div> */}
<input
placeholder="可使用右侧虚拟键盘"
onInput={(e) => {
setValue(e.target.value);
console.log('value', e.target.value);
}}
/>
<div>value:{value}</div>
<VirtualKeyboardProvider>
<VirtualKeyboard />
</VirtualKeyboardProvider>
</>
);
};
see you[https://anycloud666.github.io/rc-virtual-keyboard]
see you[https://anycloud666.github.io/rc-virtual-keyboard]
see you[https://anycloud666.github.io/rc-virtual-keyboard]
one star!one star!!!one star!!!
FAQs
virtual keyboard
The npm package rc-virtual-keyboard receives a total of 0 weekly downloads. As such, rc-virtual-keyboard popularity was classified as not popular.
We found that rc-virtual-keyboard 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.