
Product
Introducing Custom Pull Request Alert Comment Headers
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
@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,064 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.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.