New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

manifesto.js

Package Overview
Dependencies
Maintainers
1
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

manifesto.js - npm Package Compare versions

Comparing version

to
2.2.5

16

dist/manifesto.d.ts

@@ -1,2 +0,2 @@

// manifesto v2.2.3 https://github.com/iiif-commons/manifesto
// manifesto v2.2.4 https://github.com/iiif-commons/manifesto

@@ -345,3 +345,3 @@ declare namespace Manifesto {

class Collection extends IIIFResource implements ICollection {
members: IIIIFResource[];
items: IIIIFResource[];
private _collections;

@@ -356,3 +356,3 @@ private _manifests;

getTotalManifests(): number;
getTotalMembers(): number;
getTotalItems(): number;
/**

@@ -371,3 +371,3 @@ * Get a tree of sub collections and manifests, using each child manifest's first 'top' range.

canvases: string[] | null;
members: IManifestResource[];
items: IManifestResource[];
parentRange: Range;

@@ -433,4 +433,4 @@ path: string;

static parseManifests(collection: ICollection, options?: IManifestoOptions): void;
static parseMember(json: any, options?: IManifestoOptions): IIIIFResource | null;
static parseMembers(collection: ICollection, options?: IManifestoOptions): void;
static parseItem(json: any, options?: IManifestoOptions): IIIIFResource | null;
static parseItems(collection: ICollection, options?: IManifestoOptions): void;
}

@@ -704,3 +704,3 @@ class Serialiser {

getTotalManifests(): number;
members: IIIIFResource[];
items: IIIIFResource[];
}

@@ -868,3 +868,3 @@ }

getViewingHint(): ViewingHint | null;
members: IManifestResource[];
items: IManifestResource[];
parentRange: IRange | undefined;

@@ -871,0 +871,0 @@ path: string;

{
"name": "manifesto.js",
"version": "2.2.4",
"version": "2.2.5",
"description": "IIIF Presentation API utility library for client and server",

@@ -5,0 +5,0 @@ "main": "./dist/server/manifesto.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display