
Security News
npm ‘is’ Package Hijacked in Expanding Supply Chain Attack
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.
@measured/auto-frame-component
Advanced tools
An iframe component that automatically syncs styles from the host.
An iframe component that automatically syncs styles from the host.
An implementation of react-frame-component.
npm i @measured/auto-frame-component
import AutoFrame from "@measured/auto-frame-component";
export function Page() {
return (
<AutoFrame>
{/* Hero class exists on parent */}
<div className="Hero">Hello, world</div>
</AutoFrame>
);
}
Shares an API with react-frame-component, and exposes some additional props.
debug: boolean
Print debug messages when mounting styles to the console
onStylesLoaded: function
A callback that triggers when the initial styles are loaded
MIT © Measured Corporation Ltd
FAQs
An iframe component that automatically syncs styles from the host.
The npm package @measured/auto-frame-component receives a total of 192 weekly downloads. As such, @measured/auto-frame-component popularity was classified as not popular.
We found that @measured/auto-frame-component demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.
Security News
A critical flaw in the popular npm form-data package could allow HTTP parameter pollution, affecting millions of projects until patched versions are adopted.
Security News
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.