
Security News
The Next Open Source Security Race: Triage at Machine Speed
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.
@times-stories/text-page
Advanced tools
The text page for the
@times-storiessuite of packages
$ yarn add @times-stories/text-page
import Story from "@times-stories/story";
import Page from "@times-stories/page";
import TextPage from "@times-stories/text-page";
import { Paragraph } from "@times-stories/text-elements";
export default () => (
<Story>
<Page>
{props => (
<TextPage
{...props}
label="Record care"
headline="Your memories of the NHS"
backgroundImage={{
src: backgroundImage,
focusPoint: {
x: 50,
y: 50
}
}}
>
<Paragraph>
Some senior ministers have called for a series of votes on options
to break the deadlock. Greg Clark, the business secretary, became
the latest to break ranks when he suggested that parliament be
“invited to say what it would agree with” if MPs vote down Mrs May’s
deal.
</Paragraph>
</TextPage>
)}
</Page>
</Story>
);
FAQs
> The text page for the `@times-stories` suite of packages
The npm package @times-stories/text-page receives a total of 4 weekly downloads. As such, @times-stories/text-page popularity was classified as not popular.
We found that @times-stories/text-page demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.

Research
/Security News
Malicious dYdX client packages were published to npm and PyPI after a maintainer compromise, enabling wallet credential theft and remote code execution.

Security News
gem.coop is testing registry-level dependency cooldowns to limit exposure during the brief window when malicious gems are most likely to spread.