
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
angular-media-events
Advanced tools
This library should introduce angular directives that respond to events on media objects.
Please note, the SauceLabs badge will show results for all tests run, not just master. If the build status is "passing" on the master branch, you can be sure that all these browser versions are passing.
v2 will use rollup.js to do packaging instead of webpack. This is due to the fact that webpack is better suited for application building, and rollup is better suited for library/module building. Please let me know if it doesn't work in any way.
This list should grow as time goes on.
bower install angular-media-events --save
npm install angular-media-events --save
<script src="/bower_components/angular-media-events/dist/media-events.js"></script>
// or
import angularMediaEvents from 'angular-media-events';
// using script include
angular.module('myApp', ['media-events']);
angular.module('myApp', [window.angularMediaEvents]);
// or using import
angular.module('myApp', [angularMediaEvents]);
$event
(jqlite/jQuery Event object)attrs
width
height
<video ng-src="..." on-loaded-metadata="someFunction($event, attrs)" />
$event
(jqlite/jQuery Event object)attrs
buffered
<video ng-src="..." on-progress="someFunction($event, attrs)" />
$event
(jqlite/jQuery Event object) <video ng-src="..." on-play="someFunction($event)" />
$event
(jqlite/jQuery Event object) <video ng-src="..." on-pause="someFunction($event)" />
$event
(jqlite/jQuery Event object) <video ng-src="..." on-ended="someFunction($event)" />
Please feel free to contribute. Checkout the guidelines. I'm pretty responsive, if I say so myself, so hit me up.
FAQs
angular directives for media events
The npm package angular-media-events receives a total of 13 weekly downloads. As such, angular-media-events popularity was classified as not popular.
We found that angular-media-events 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
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.