
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
iiif-media-player
Advanced tools
Video and audio media player which parses and renders a user supplied IIIF 3.0 spec manifest json file.
Note: This is in active develop mode and not ready for production.
Import the iiif-media-player JavaScript class into your ES2015 JS application like so:
import IIIFMediaPlayer from 'iiif-media-player'
The class initialization function accepts an element id attribute, which must exist in your application at the time the class is instantiated. Otherwise the initialization will gracefully fail.
<div id="your-element-id" data-manifest-url="https://mallorn.dlib.indiana.edu/lunchroom_manners.manifest.json"></div>
const iiifMediaPlayer = new IIIFMediaPlayer('your-element-id')
The IIIFMediaPlayer will mount to your supplied element id, and look for the data-manifest-url attribute which should contain a IIIF 3.0 spec manifest json object uri. I will render a MediaelementJS player (http://www.mediaelementjs.com/) and any defined IIIF structures [] navigation links found in the IIIF manifest.
data-manifest-url should be a uri for a public IIIF manifest 3.0 json file.
https://mallorn.dlib.indiana.edu/lunchroom_manners.manifest.json
To live test IIIF 3.0 spec manifests, the following Github branch is set up for testing: https://avalonmediasystem.github.io/avalon-iiif-player/
FAQs
Video and audio media player which parses and renders a user supplied IIIF 3.0 spec manifest json file.
The npm package iiif-media-player receives a total of 2 weekly downloads. As such, iiif-media-player popularity was classified as not popular.
We found that iiif-media-player 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
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.