
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@collab-ui/angular
Advanced tools
The Cisco Collab UI Icons library allows developers to easily incorporate Webex Icons and CSS into any application.
@collab-ui/angular
Collab UI Angular is a UI framework for implementing Cisco Collaboration Design into web apps and sites.
Install and manage the Collab UI Angular using NPM. You may use yarn
or npm
. By default, yarn/npm installs packages to node_modules/.
npm install @collab-ui/angular --save
or
yarn add @collab-ui/angular
Import the components that you would like to use in the NgModule and declare them in the "imports" using the forRoot()
function.
import BadgeModule from '@collab-ui/angular/lib/badge';
// or
import { BadgeModule } from '@collab-ui/angular';
@NgModule({
imports: [
BadgeModule.forRoot()
]
})
Then import the components into the components where you will use them.
import BadgeComponent from '@collab-ui/angular/lib/badge';
//or
import { BadgeComponent } from '@collab-ui/angular';
PRs accepted.
© 2014-2019 Cisco and/or its affiliates. All Rights Reserved.
FAQs
The Cisco Collab UI Icons library allows developers to easily incorporate Webex Icons and CSS into any application.
The npm package @collab-ui/angular receives a total of 6 weekly downloads. As such, @collab-ui/angular popularity was classified as not popular.
We found that @collab-ui/angular demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.