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.
@bamzooka/ui-kit-confirmation-dialog
Advanced tools
This library opens a customizable confirmation dialog modal.
This library opens a customizable confirmation dialog modal.
To visualize all the stories created for this lib run
nx run shared-ui-kit-confirmation-dialog:storybook
You can use storybook to make develop the lib, any change made to the code will be reflected in the stories
Run nx build shared-ui-kit-confirmation-dialog --with-deps --prod
Go to package.json created in dist/libs/shared/ui-kit/confirmation-dialog
and move all @angular
dependencies to perDependencies
For all @bamzooka
dependencies replace it with local yarn install:
Example: "@bamzooka/ui-kit-spinner": "file:/Users/ahmed/workspace/bamzooka/dist/libs/shared/ui-kit/spinner"
Run nx e2e shared-ui-kit-confirmation-dialog-e2e
The e2e tests are coupled with storybook
, stories are created
for this component, then these stories are used to perform some browser
based tests.
Run nx test shared-ui-kit-confirmation-dialog
to execute the unit tests.
FAQs
This library opens a customizable confirmation dialog modal.
The npm package @bamzooka/ui-kit-confirmation-dialog receives a total of 38 weekly downloads. As such, @bamzooka/ui-kit-confirmation-dialog popularity was classified as not popular.
We found that @bamzooka/ui-kit-confirmation-dialog demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
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.