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
3.0.11

27

dist/manifesto.d.ts

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

// manifesto v3.0.10 https://github.com/iiif-commons/manifesto
// manifesto v3.0.11 https://github.com/iiif-commons/manifesto

@@ -866,5 +866,5 @@ declare namespace Manifesto {

IIIFResourceType: Manifesto.IIIFResourceType;
LabelValuePair: any;
Language: any;
LanguageMap: any;
LabelValuePair: typeof Manifesto.LabelValuePair;
Language: typeof Manifesto.Language;
LanguageMap: typeof Manifesto.LanguageMap;
loadManifest: (uri: string) => Promise<string>;

@@ -876,9 +876,22 @@ ManifestType: Manifesto.ManifestType;

ServiceProfile: Manifesto.ServiceProfile;
Size: any;
Size: typeof Manifesto.Size;
StatusCodes: Manifesto.IStatusCodes;
TreeNode: any;
TreeNode: typeof Manifesto.TreeNode;
TreeNodeType: Manifesto.TreeNodeType;
Utils: any;
Utils: typeof Manifesto.Utils;
ViewingDirection: Manifesto.ViewingDirection;
ViewingHint: Manifesto.ViewingHint;
Annotation: typeof Manifesto.Annotation;
AnnotationBody: typeof Manifesto.AnnotationBody;
AnnotationList: typeof Manifesto.AnnotationList;
AnnotationPage: typeof Manifesto.AnnotationPage;
Canvas: typeof Manifesto.Canvas;
Collection: typeof Manifesto.Collection;
Duration: typeof Manifesto.Duration;
Manifest: typeof Manifesto.Manifest;
Range: typeof Manifesto.Range;
Sequence: typeof Manifesto.Sequence;
Service: typeof Manifesto.Service;
Thumbnail: typeof Manifesto.Thumbnail;
Thumb: typeof Manifesto.Thumb;
}

@@ -885,0 +898,0 @@

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

@@ -8,3 +8,6 @@ "main": "./dist/server/manifesto.js",

"scripts": {
"build-docs": "rimraf docs && typedoc --options typedoc.json src/ && touch docs/.nojekyll"
"build": "gulp",
"build-docs": "rimraf docs && typedoc --options typedoc.json src/ && touch docs/.nojekyll",
"prepare": "npm run build",
"test": "gulp test"
},

@@ -11,0 +14,0 @@ "repository": {

@@ -26,3 +26,11 @@ # manifesto

npm install
gulp
gulp test
npm build
npm test
### Publishing Package
1. Bump the version locally using `npm version` on a branch other than `master`. Example: `npm version patch -m 'bump to v3.0.42'`
1. Push the bump version branch to GitHub and create a pull request to `master`.
1. After the pull request is merged, checkout `master` and pull the latest changes. `git checkout master && git pull`
1. Run `npm publish`
1. Push the git tags created `git push --tags`

@@ -49,3 +49,2 @@ {

"src/Utils.ts",
"src/MetadataItem.ts",
"src/Language.ts",

@@ -60,2 +59,2 @@ "src/LanguageMap.ts",

]
}
}

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