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

@iiif/manifold

Package Overview
Dependencies
Maintainers
4
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iiif/manifold - npm Package Compare versions

Comparing version

to
2.0.8

2

dist-commonjs/AnnotationGroup.d.ts

@@ -5,3 +5,3 @@ import { AnnotationRect } from "./AnnotationRect";

/** @deprecated */
canvasIndex?: number;
canvasIndex: number;
rects: AnnotationRect[];

@@ -8,0 +8,0 @@ constructor(canvasId: string);

export declare class AnnotationRect {
canvasId: string;
/** @deprecated */
canvasIndex?: number;
canvasIndex: number;
chars: string;

@@ -6,0 +6,0 @@ height: number;

@@ -5,3 +5,3 @@ import { AnnotationRect } from "./AnnotationRect";

/** @deprecated */
canvasIndex?: number;
canvasIndex: number;
rects: AnnotationRect[];

@@ -8,0 +8,0 @@ constructor(canvasId: string);

export declare class AnnotationRect {
canvasId: string;
/** @deprecated */
canvasIndex?: number;
canvasIndex: number;
chars: string;

@@ -6,0 +6,0 @@ height: number;

{
"name": "@iiif/manifold",
"version": "2.0.7",
"version": "2.0.8",
"description": "",

@@ -5,0 +5,0 @@ "main": "./dist-umd/manifold.js",

@@ -7,3 +7,3 @@ import { ViewingDirection, ViewingHint } from '@iiif/vocabulary';

/** @deprecated */
canvasIndex?: number;
canvasIndex: number;
chars: string;

@@ -23,3 +23,3 @@ height: number;

/** @deprecated */
canvasIndex?: number;
canvasIndex: number;
rects: AnnotationRect[];

@@ -26,0 +26,0 @@ constructor(canvasId: string);