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.
@p1n2o/ngx-dds
Advanced tools
An Angular library for Dell Design System (DDS) v2+ components.
Change to your project's root directory.
# Install Vanilla DDS Library from Dell's Artifactory
npm install @dds/components --registry=https://artifacts.dell.com/artifactory/api/npm/dx-npm-prod
# Install NGX-DDS Library
npm install @p1n2o/ngx-dds
# Import NGX-DDS (app.module.ts)
...
import { NgxDDSModule } from '@p1n2o/ngx-dds';
...
...
imports: [..., ..., NgxDDSModule]
...
<!-- Example Modal -->
<ngx-dds-modal elementId="example-modal">
<div modal-trigger>
<button class="dds__button">Launch Modal</button>
</div>
<div modal-title>Modal Title</div>
<div modal-body>Modal body goes here</div>
<div modal-footer>
<button class="dds__button dds__button--secondary dds__button--md">Secondary</button>
<button class="dds__button dds__button--md">Primary</button>
</div>
</ngx-dds-modal>
This library is still under development!
FAQs
An Angular library for Dell Design System (DDS) v2+ components.
We found that @p1n2o/ngx-dds 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.