
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
@lgrasso/react-resize-panel
Advanced tools
A very simple resizable panel as a React component. Demo [here](https://bjgrosse.github.io/react-resize-panel/demo/public/index.html).
current unsupported use this instead
https://www.npmjs.com/package/react-resize-panel
<ResizePanel direction="e">
<div className="panel sidebar">left panel</div>
</ResizePanel>
Install the package:
yarn install react-resize-panel
Import component:
import ResizePanel from "react-resize-panel";
Wrap the DIV you want to make resizable:
<ResizePanel direction="e">
<div className="panel sidebar">left panel</div>
</ResizePanel>
The direction prop specifies which edge of the panel has the resize handle and whether the panel can be resized vertically or horizontally. Accepted values are: n | s | e | w.
Custom CSS classes can be specified for the resize handle and border:
<ResizePanel
direction="e"
handleClass="customHandle"
borderClass="customResizeBorder"
>
<div className="panel sidebar">left panel</div>
</ResizePanel>
Tests on all modern browsers performed via BrowserStack.
MIT.
FAQs
A very simple resizable panel as a React component. Demo [here](https://bjgrosse.github.io/react-resize-panel/demo/public/index.html).
We found that @lgrasso/react-resize-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.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.