
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
story2frontify
Advanced tools
> This is currently alpha. Not every scenario has been looked into. If you find something, please raise an issue or PR.
This is currently alpha. Not every scenario has been looked into. If you find something, please raise an issue or PR.
Convert your stories inside storybook to frontify's pattern library.
This can be installed globally or local to your repo.
Inside project:
npm i --save story2frontify
Globally:
npm i -g story2frontify
Pass the arguments:
Examples:
s2f --token xxxxxxxxxxxx --project xx --baseUrl https://PROJECT.frontify.com
s2f --token xxxxxxxxxxxx --project xx --baseUrl https://PROJECT.frontify.com --localhost http://localhost:8080/iframe.html
s2f --token xxxxxxxxxxxx --project xx --baseUrl https://PROJECT.frontify.com --input dist/demo/iframe.html
export token='xxxxxxxxxxxxx'
export project='xx'
export baseUrl='https://PROJECT.frontify.com'
s2f
export token='xxxxxxxxxxxxx'
export project='xx'
export baseUrl='https://PROJECT.frontify.com'
s2f --input dist/demo/iframe.html
Each story needs to have a div wrapper around.
Currently to decide if your stories are an atom, molecules, organisms, page or template you need to have a a type attribute in the first (primary) story.
return ('<div type="atom"><button>Click me</button></div>');
FAQs
> This is currently alpha. Not every scenario has been looked into. If you find something, please raise an issue or PR.
We found that story2frontify demonstrated a not healthy version release cadence and project activity because the last version was released 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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.