
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
@sebgroup/ng-components
Advanced tools
   coding.
npm start
npm run build
npm run docs
npm test
npm run commit
and follow the stepsTo use a component, you need to import the Module
in whichever Module you want to use it. For performance/stability benefits we are not combining all the components into single Index, rather they are chunk into their own sub packages, therefore to use a component, you need to import the Component
sub-module from the lib
folder, in whichever Class you want to use it. Here is a sample of how to import the Chip
component in a page which you can then access by its selector.
import { ChipModule } from "@sebgroup/ng-components/lib/chip";
@NgModule({
imports: [ChipModule]
})
export class YourModule { }
<sebng-chip (onClose)="onClose($event)">Chip Text</sebng-chip>
For your feedback please contact us via emails below:
For all React users, we are hosting the same version of components for React
FAQs
  ![Github Pages](https://github.com/sebgroup/ng-components/workflows/Github%20Pages/badge
The npm package @sebgroup/ng-components receives a total of 63 weekly downloads. As such, @sebgroup/ng-components popularity was classified as not popular.
We found that @sebgroup/ng-components demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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 researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.