
Research
/Security News
PolinRider Spreads Through Compromised GitHub Accounts and Packagist
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.
@storybook/ember
Advanced tools
Storybook for Ember: Develop, document, and test UI components in isolation
Storybook for Ember is a UI development environment for your Ember components. With it, you can visualize different states of your UI components and develop them interactively.

Storybook runs outside of your app. So you can develop UI components in isolation without worrying about app specific dependencies and requirements.
cd my-ember-app
npx storybook@latest init
For more information visit: storybook.js.org
Storybook also comes with a lot of addons and a great API to customize as you wish. You can also build a static version of your Storybook and deploy it anywhere you want.
If you need to use a polyfill that is already in use in our Ember application, you will need to add some options to have Storybook working with them.
In this example we'll use the named-block-polyfill.
This example also assume that you already have the package in your package.json.
In your .storybook/main.js you can add the following lines:
import namedBlockPolyfill from 'ember-named-blocks-polyfill/lib/named-blocks-polyfill-plugin';
export default {
framework: {
name: '@storybook/ember',
options: {
polyfills: [namedBlockPolyfill],
}
},
[...]
};
Learn more about Storybook at storybook.js.org.
FAQs
Storybook for Ember: Develop, document, and test UI components in isolation
The npm package @storybook/ember receives a total of 2,431 weekly downloads. As such, @storybook/ember popularity was classified as popular.
We found that @storybook/ember demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 12 open source maintainers collaborating on the project.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.

Company News
Allow myself to introduce... myself.