
Research
/Security News
Popular Tinycolor npm Package Compromised in Supply Chain Attack Affecting 40+ Packages
Malicious update to @ctrl/tinycolor on npm is part of a supply-chain attack hitting 40+ packages across maintainers
@codameio/videogular2
Advanced tools
Videogular is a video application framework for desktop and mobile powered by Angular
Videogular is an HTML5 video player for Angular 2.0. Videogular is a wrapper over the HTML5 video tag, so you can just add whatever you want. This provides a very powerful, but simple to use solution, for everybody.
You can see a demo here: https://videogular.github.io/videogular2-showroom/#/
Documentation: https://videogular.github.io/videogular2
This is a fork of videogular2
, so installation might be a little different than original repo.
npm install @codameio/videogular2
import styles
// global.scss
@import "~@codameio/videogular2/fonts/videogular.css";
import modules
// module.ts
import {
VgCoreModule,
VgControlsModule,
VgOverlayPlayModule,
VgBufferingModule
} from '@codameio/videogular2';
@NgModule({
imports: [
...
VgCoreModule,
VgControlsModule,
VgOverlayPlayModule,
VgBufferingModule
],
in the template
// component.html
<vg-player>
<video [vgMedia]="media" #media id="singleVideo" preload="auto" controls>
<source src="http://static.videogular.com/assets/videos/videogular.mp4" type="video/mp4">
</video>
</vg-player>
Run start
to compile the project, execute tests and check coverage:
npm start
Run build
to compile the project:
npm run build
Run test
to test the project:
npm test
Run coverage
to check the coverage report:
npm run coverage
To start the example app run the following commands and open http://localhost:8080:
cd examples
npm install
npm run build
npm start
Videogular wants to thank you to this companies for support this project:
Videogular is a project created by Raúl Jiménez and released under MIT license.
This project would not be possible without our team members and an amazing community,
FAQs
Videogular is a video application framework for desktop and mobile powered by Angular
The npm package @codameio/videogular2 receives a total of 0 weekly downloads. As such, @codameio/videogular2 popularity was classified as not popular.
We found that @codameio/videogular2 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.
Research
/Security News
Malicious update to @ctrl/tinycolor on npm is part of a supply-chain attack hitting 40+ packages across maintainers
Security News
pnpm's new minimumReleaseAge setting delays package updates to prevent supply chain attacks, with other tools like Taze and NCU following suit.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.