
Security News
Federal Audit Finds NIST Wasted Funds With No Plan to Clear NVD Backlog
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.
@iiif/parser
Advanced tools
npm i @iiif/parser
This is available as a standalone bundle. (~4kb gzipped)
import { convertPresentation2 } from '@iiif/parser/presentation-2';
const p3Manifest = convertPresentation2(p2Manifest);
import { Traverse } from '@iiif/parser';
// Or for presentation 2 resources
// import { Traverse } from '@iiif/parser/presentation-2';
const ids = [];
const extractCanvasLabsl = new Traverse({
Canvas: [(canvas) => {
ids.push(canvas.id); // string
}],
});
extractCanvasLabsl.traverseUnknown(loadSomeManifest());
console.log(ids); // all canvas ids.
FAQs
IIIF Presentation 2 and 3 parsing utilities
The npm package @iiif/parser receives a total of 2,179 weekly downloads. As such, @iiif/parser popularity was classified as popular.
We found that @iiif/parser 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
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.

Research
/Security News
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.

Research
/Security News
The North Korean malware loader hides in a Packagist-listed package and its GitHub branch to fetch and execute remote code in a likely Contagious Interview-style lure.