
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
@economist/component-stickyfill
Advanced tools
A React implementation of Stickyfill (https://github.com/wilddeer/stickyfill)
A React implementation of Stickyfill (https://github.com/wilddeer/stickyfill)
This component expects an ES6 environment, and so if you are using this in an app, you should drop in a polyfill library - it has been tested with babel-polyfill but core-js or es6-shim may also work.
The default export is a React Component, so you can simply import the component and use it within some JSX, like so:
import Sticky from 'component-stickyfill';
return <Sticky><div className="some-sticky-child" /></Sticky>;
For more examples on usage, see src/example.es6
.
npm i -S component-stickyfill
npm test
FAQs
A React implementation of Stickyfill (https://github.com/wilddeer/stickyfill)
The npm package @economist/component-stickyfill receives a total of 4 weekly downloads. As such, @economist/component-stickyfill popularity was classified as not popular.
We found that @economist/component-stickyfill demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 17 open source maintainers 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
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.