Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
IMPORTANT! Migration guide from 1.0.0 to 2.0.0 you can find here.
You can play with demo here: https://jsfiddle.net/bodia/to0r65f4/
$ npm install playable --save
In modern way
import Playable from 'playable';
Or in old school way, add a <script>
element for video-player
<script src="path/to/playable/dist/statics/playable.bundle.js"></script>
And write awesome code:
document.addEventListener('DOMContentLoaded', function() {
const config = {
width: 700,
height: 394,
src: 'http://my-url/video.mp4',
preload: 'metadata',
};
const player = Playable.create(config);
player.attachToElement(document.getElementById('content'));
});
You can find documentation here: https://wix-incubator.github.io/playable/
Cross-browser Testing Platform and Open Source <3 Provided by Sauce Labs
FAQs
Video player based on HTML5Video
We found that playable demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 9 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
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.