
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
@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 main
npm version patch
npm run docs
git add .
git commit -m "Release v1.2.3"
git tag v1.2.3
git push origin main v1.2.3
FAQs
[](https://github.com/IIIF-Commons/manifold/actions/workflows/build-test.yml)
The npm package @iiif/manifold receives a total of 2,895 weekly downloads. As such, @iiif/manifold popularity was classified as popular.
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 7 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.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.