
Research
/Security News
11 Malicious NuGet Tools Pose as Game Cheats to Drop a Windows Host-Surveillance Payload
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.
immersive-scroll
Advanced tools
Single-install immersive scroll package with React root exports and Next, Solid, and Web subpath adapters.
Public package for immersive scroll scenes, typed runtime controls, and frame tooling.
pnpm add immersive-scroll
One install gives you the React runtime, framework entry points, shared config utilities, and the immersive-scroll CLI.
import {
ImmersiveLayer,
ImmersiveScroll,
useImmersiveConfigControls
} from 'immersive-scroll';
export function HeroStory() {
const controls = useImmersiveConfigControls({
initialConfig: {
visual: { objectFit: 'cover' },
scrollbar: { enabled: true, visibilityMode: 'manual' }
}
});
return (
<ImmersiveScroll
framesPath="/immersive/story"
config={controls.config}
overlay={<ImmersiveLayer>Scene chrome</ImmersiveLayer>}
>
<section>Foreground story content</section>
</ImmersiveScroll>
);
}
Pinned scenes default to a fixed full-screen viewport with an inset media layer. Use viewportProps or mediaProps only when the route needs a contained scene, custom offsets, or a different stacking order.
pnpm exec immersive-scroll extract ./assets/story.mp4 ./public/immersive/story --clean
pnpm exec immersive-scroll validate ./public/immersive/story
pnpm exec immersive-scroll doctor
immersive-scroll: React components, hooks, config/control helpers, shared config utilities, scrollbar, and debug UI.immersive-scroll/next: Next.js client-only helpers and wrappers.immersive-scroll/solid: Solid adapter surface.immersive-scroll/web: Vanilla DOM API and custom-element helpers.Installing immersive-scroll also ships the immersive-scroll CLI for frame extraction, validation, repair, and manifest tooling.
FAQs
Single-install immersive scroll package with React root exports and Next, Solid, and Web subpath adapters.
The npm package immersive-scroll receives a total of 10 weekly downloads. As such, immersive-scroll popularity was classified as not popular.
We found that immersive-scroll 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
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.

Research
/Security News
4 compromised asyncapi packages deliver miasma botnet loader on macOS, Linux and Windows.

Research
/Security News
A compromised jscrambler npm release added a malicious preinstall hook that runs hidden native binaries on Linux, macOS, and Windows.