Socket
Socket
Sign inDemoInstall

@iiif/presentation-3

Package Overview
Dependencies
Maintainers
4
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iiif/presentation-3 - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

23

dist/presentation-3.d.ts

@@ -427,2 +427,19 @@ // Generated by dts-bundle-generator v6.12.0

export type PolyEntity = Reference | string;
/**
* Nav place
*
* See: https://iiif.io/api/extension/navplace/
*/
export interface NavPlaceExtension {
/**
* Nav place
*
* The navPlace property identifies a single or multiple geographic areas pertinent to a resource using a GeoJSON
* Feature Collection containing one or more Features. These areas should be bounded discrete areas of the map akin
* to extents. These areas do not imply any level of accuracy, temporality, or state of existence.
*
* See: https://iiif.io/api/extension/navplace/
*/
navPlace?: import("geojson").GeoJSON;
}
export declare type ManifestItems = Canvas;

@@ -436,3 +453,3 @@ export type ManifestOmittedTechnical = "format" | "profile" | "height" | "width" | "duration" | "timeMode" | "motivation";

export type ManifestLinking = OmitProperties<LinkingProperties, ManifestOmittedLinking>;
export interface Manifest extends SomeRequired<ManifestTechnical, "id" | "type">, SomeRequired<ManifestDescriptive, "label">, SomeRequired<ManifestStructural, "items">, Partial<ManifestLinking>, JsonLDContext {
export interface Manifest extends SomeRequired<ManifestTechnical, "id" | "type">, SomeRequired<ManifestDescriptive, "label">, SomeRequired<ManifestStructural, "items">, Partial<ManifestLinking>, NavPlaceExtension, JsonLDContext {
}

@@ -449,3 +466,3 @@ export type ManifestItemSchemas = "Canvas";

export type CollectionLinking = OmitProperties<LinkingProperties, CollectionOmittedLinking>;
export interface Collection extends SomeRequired<CollectionTechnical, "id" | "type">, SomeRequired<CollectionDescriptive, "label">, SomeRequired<CollectionStructural, "items">, Partial<CollectionLinking>, JsonLDContext {
export interface Collection extends SomeRequired<CollectionTechnical, "id" | "type">, SomeRequired<CollectionDescriptive, "label">, SomeRequired<CollectionStructural, "items">, Partial<CollectionLinking>, NavPlaceExtension, JsonLDContext {
}

@@ -500,3 +517,3 @@ export declare type CollectionItemSchemas = "Collection" | "Manifest";

export type RangeLinking = OmitProperties<LinkingProperties, RangeOmittedLinking>;
export interface Range extends SomeRequired<RangeTechnical, "id" | "type">, SomeRequired<RangeDescriptive, "label">, Partial<RangeStructural>, Partial<RangeLinking> {
export interface Range extends SomeRequired<RangeTechnical, "id" | "type">, SomeRequired<RangeDescriptive, "label">, Partial<RangeStructural>, NavPlaceExtension, Partial<RangeLinking> {
}

@@ -503,0 +520,0 @@ export declare type StructuralProperties<T> = {

2

package.json
{
"name": "@iiif/presentation-3",
"description": "IIIF Presentation v3.0 typescript types",
"version": "2.0.3",
"version": "2.0.4",
"source": "index.js",

@@ -6,0 +6,0 @@ "types": "dist/presentation-3.d.ts",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc