Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
ng2-bootstrap
Advanced tools
Native Angular2 directives for Bootstrap, works with Bootstrap 3 and 4-alfa
Goal: smooth transition from ui-bootstrap to angular2, all components will have same API
Follow to be notified about new releases: twitter
http://valor-software.github.io/ng2-bootstrap/
With webpack: https://github.com/valor-software/angular2-bootstrap-starter
With gulp: pkozlowski-opensource/ng2-play
With angular2-seed: mgechev/angular2-seed
npm i ng2-bootstrap --save
import {Alert} from 'ng2-bootstrap/ng2-bootstrap';
@Component({
selector: 'app'
})
@View({
template: `
<alert type="info">ng2-bootstrap hello world!</alert>
This is a webpack sample:
`,
directives: [
Alert
]
})
export class Home {
}
Accordion
Alert
Buttons
Carousel
Collapse
[+-] Datepicker (Datepicker popup not implemented)
Dropdown
Modal (in progress...)
Pagination
Popover
Progressbar
Rating
Tabs
Timepicker
[+-] Tooltip
Typeahead
NgTransclude - to transclude templates
positional service
template url support
Please read central ng2
modules readme for details, plans and approach and welcome :)
templateUrl
for directivesFAQs
Native Angular Bootstrap Components
The npm package ng2-bootstrap receives a total of 1,217 weekly downloads. As such, ng2-bootstrap popularity was classified as popular.
We found that ng2-bootstrap 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.