
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
angularowlcaraousel
Advanced tools
This directive allows you to back a Owl Carousel with data from an Angular controller.
For use with Owl Carousel 2
Javascript:
// Define app module
angular
.module('myApp', ['angular-owl-carousel']);
// Create controller
angular
.module('myApp')
.controller('MyController', MyController);
function MyController() {
this.items = ['item1', 'item2'];
}
HTML:
<div ng-controller="MyController">
<div owl-carousel="items">
<div class="item">{{ item }}</div>
</div>
</div>
Note: There is a bug in Owl on the master branch that breaks this directive. I've created a branch with the fix here:
FAQs
Angular Owl Carousel
We found that angularowlcaraousel 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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.