Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@sheriffmoose/storybook-ngx
Advanced tools
Storybook addon to add extra configurations for Angular applications.
Storybook addon that adds few features to the original Angular Storybook integration.
## Announcement
I have recently decided on splitting this addon into multiple other addons. So, we will be moving to @storybook-extras repo which will contain all the addons. This will make it easier to maintain and also to add new features. I will be working on this in the next few weeks.
This addon will be deprecated in favor of the new addons. And it will be pointing to the new addons for the features. So, you can still use it as it is. But, I will be adding new features to the new addons.
For more information the features and new addons, please refer to the documentation available at the [`@storybook-extras`](https://github.com/sheriffMoose/storybook-extras) repo.
yarn add @sheriffmoose/storybook-ngx -D
// .storybook/main.js
module.exports = {
...
"addons": [
"@sheriffmoose/storybook-ngx",
...
],
...
}
Find the published demo storybook on chromatic here
These features each have their own addon, and are available for all frameworks. They still work the same way as before, but are under new name and new refactored code.
Feature | Previously | New Addon |
---|---|---|
📔 Coverage Instrumentation for Test-Runner | @sheriffMoose/storybook-ngx | @storybook-extras/coverage |
🧪 Auto injector for Angular services | @sheriffMoose/storybook-ngx | @storybook-extras/angular |
🦥 Lazy loading documentation | @sheriffMoose/storybook-ngx | @storybook-extras/angular |
💬 Source code display | @sheriffMoose/storybook-ngx | @storybook-extras/angular |
🌯 Story Wrappers selector toolbar | @sheriffMoose/storybook-ngx | @storybook-extras/angular |
📃 Auto Markdown & HTML Docs support | @sheriffMoose/storybook-md | @storybook-extras/markdown |
💻 Console Logs Panel | Part of @sheriffMoose/storybook-ngx | @storybook-extras/console |
👨💻 Swagger/OpenAPI Integration | Part of @sheriffMoose/storybook-ngx | @storybook-extras/swagger |
JS Devtools
for their amazing coverage istanbul loader
, we are also working on integration this instrumentation into @storybook/addon-coverage
.@storybook/addon-backgrounds
for the inspiration for the wrappers selector
feature.@storybook/angular
framework.Storybook Addon Kit
specially @winkerVSbecks
for the amazing work they put into this kit that was very helpful for generating this addon.FAQs
Storybook addon to add extra configurations for Angular applications.
The npm package @sheriffmoose/storybook-ngx receives a total of 2 weekly downloads. As such, @sheriffmoose/storybook-ngx popularity was classified as not popular.
We found that @sheriffmoose/storybook-ngx 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.