
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
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.
@iiif/manifold
Advanced tools
[](https://github.com/IIIF-Commons/manifold/actions/workflows/build-test.yml)
npm install @iiif/manifold --save
Stateful utils on top of manifesto. Returns a helper
object that can be used to navigate a IIIF manifest.
e.g.
getMetadata
: returns all metadata for current image, range, canvas, sequence, manifest)getCurrentRange
, getPreviousRange
, getNextRange
: Used to navigate a flattened range tree (useful for IIIF AV scenarios)getTree
: Returns a default tree (sortable by navDate
) of collections, manifests, ranges, or a tree based on a given top range.Has an ajax implementation of manifesto's IExternalResource
(used in the IIIF auth flow).
https://iiif-commons.github.io/manifold/
git clone https://github.com/iiif-commons/manifold.git
npm install
npm run build
The build can be run and tested in the browser console by running
npm start
and navigating to examples/index.html.
git checkout master
npm version patch
git add .
git commit -m "Release v1.2.3"
git tag v1.2.3
git push origin master v1.2.3
FAQs
[](https://github.com/IIIF-Commons/manifold/actions/workflows/build-test.yml)
We found that @iiif/manifold demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
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.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.