
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
@iiif/manifold
Advanced tools
[](https://travis-ci.org/IIIF-Commons/manifold)
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
npm version
on a branch other than master
. Example: npm version patch -m 'bump to v3.0.42'
master
.master
and pull the latest changes. git checkout master && git pull
npm publish
git push --tags
FAQs
[](https://github.com/IIIF-Commons/manifold/actions/workflows/build-test.yml)
The npm package @iiif/manifold receives a total of 1,360 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 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.
Security News
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
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.