Gathering detailed insights and metrics for @archival-iiif/viewer-react
Gathering detailed insights and metrics for @archival-iiif/viewer-react
Gathering detailed insights and metrics for @archival-iiif/viewer-react
Gathering detailed insights and metrics for @archival-iiif/viewer-react
IIIF compatible viewer for digital born file storages
npm install @archival-iiif/viewer-react
Typescript
Module System
TypeScript (87.07%)
CSS (10.77%)
JavaScript (1.49%)
HTML (0.4%)
Dockerfile (0.26%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
13 Stars
714 Commits
1 Forks
5 Watchers
3 Branches
3 Contributors
Updated on Jun 05, 2025
Latest Version
3.1.0
Package Id
@archival-iiif/viewer-react@3.1.0
Unpacked Size
354.82 kB
Size
79.94 kB
File Count
244
Published on
Jan 30, 2023
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
23
22
This software is an open-source and web-based viewer for IIIF. It is focused on tree views but also works with single manifests.
The viewer was developed for the Archival IIIF Server, but also works with any other IIIF server.
https://github.com/archival-IIIF/viewer/releases
The viewer is also available as an npm package:
1// with npm 2npm -i @archival-iiif/viewer 3 4// with yarn 5yarn add @archival-iiif/viewer
1<!DOCTYPE html> 2<html> 3 <body class="aiiif-body"> 4 <div id="root"></div> 5 6 <script type="text/javascript" src="path-to-viewer/archival-IIIF-viewer.min.js?v=x.y.z"></script> 7 <script type="text/javascript"> 8 new ArchivalIIIFViewer({id: 'root'}); 9 </script> 10 </body> 11</html>
key | Description | Example | Mandatory | Default |
---|---|---|---|---|
id | Id of the element to append the viewer's container element to. | 'root' | Yes | |
language | Default interface language | 'en' | No | |
manifest | Initial manifest url | 'https://iiif.sozialarchiv.ch/iiif/collection/demo' | No | |
disableSharing | Disable share tab | true | No | false |
disableDownload | Disable download tab | true | No | false |
lazyTree | Make tree view lazy | true | No | false |
allowedOrigins | Indicates whether a manifest can be shown from the given origin. |
'https://iiif.sozialarchiv.ch/' or
['https://iiif.sozialarchiv.ch', 'https://example.com']
| No | * |
externalSearchUrl | External search URL |
https://iiif-search.sozialarchiv.ch
| No | |
hideUnbranchedTrees | Hide tree view if tree is unbranched |
true
| No | false |
htmlViewer | Activate inline viewer for html documents |
true
| No | false |
yarn run build
or npm run build
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
SAST tool detected but not run on all commits
Details
Reason
Found 0/28 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
Project has not signed or included provenance with any releases.
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
32 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More