
Security News
Federal Audit Finds NIST Wasted Funds With No Plan to Clear NVD Backlog
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.
@gsp-cmp/ccmp-ui
Advanced tools
CCMP UI Component Library for Angular
npm install @gsp-cmp/ccmp-ui
import { CommonComponentUiModule } from '@gsp-cmp/ccmp-ui';
@NgModule({
imports: [
CommonComponentUiModule
]
})
export class AppModule { }
import { CommonComponentSelectorComponent } from '@gsp-cmp/ccmp-ui';
// In your component template
<common-component-selector></common-component-selector>
import { CommonComponentUiRTService, CommonComponentUiDTService } from '@gsp-cmp/ccmp-ui';
constructor(
private rtService: CommonComponentUiRTService,
private dtService: CommonComponentUiDTService
) {}
CommonComponentSelectorComponent - Common component selectorCommonComponentUiRTService - Runtime serviceCommonComponentUiDTService - Design time serviceSelectorResult - Result type for selectorOptions - Options type for configurationThis library requires the following peer dependencies:
MIT
FAQs
CCMP UI Component Library for Angular
We found that @gsp-cmp/ccmp-ui demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 13 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.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.

Research
/Security News
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.

Research
/Security News
The North Korean malware loader hides in a Packagist-listed package and its GitHub branch to fetch and execute remote code in a likely Contagious Interview-style lure.