
Product
Socket MCP Adds Org Alerts, Threat Feed Review, and Package Inspection
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.
@howells/stacksheet
Advanced tools
Typed, animated sheet stack system. Zustand store + Motion animations with Apple-style depth stacking.
A typed, animated sheet stack for React. Powered by Zustand and Motion.
npm install @howells/stacksheet
Peer dependencies: react >= 18, react-dom >= 18.
import { createStacksheet } from "@howells/stacksheet";
import "@howells/stacksheet/styles.css";
const { StacksheetProvider, useSheet } = createStacksheet();
function UserProfile({ userId }: { userId: string }) {
const { close } = useSheet();
return (
<div>
<h2>User {userId}</h2>
<button onClick={close}>Done</button>
</div>
);
}
function App() {
return (
<StacksheetProvider>
<YourApp />
</StacksheetProvider>
);
}
Open a sheet from any component:
const { open } = useSheet();
open(UserProfile, { userId: "u_abc" });
No registration, no type map, no config. The sheet slides in from the right on desktop, bottom on mobile, with focus trapping, scroll lock, drag-to-dismiss, and keyboard navigation built in.
Full docs, interactive playground, and API reference:
MIT
FAQs
Typed, animated sheet stack system. Zustand store + Motion animations with Apple-style depth stacking.
The npm package @howells/stacksheet receives a total of 14 weekly downloads. As such, @howells/stacksheet popularity was classified as not popular.
We found that @howells/stacksheet 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.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.

Research
More than 140 Mastra npm packages were compromised in a supply chain attack that used a typosquatted dependency to deliver a cross-platform infostealer during installation.