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

IIIF Presentation API utility library for client and server

4.0.0-pre.6
Source
npm
Version published
Weekly downloads
5.5K
-5.19%
Maintainers
1
Weekly downloads
 
Created
Source

manifesto

Build Status

IIIF Presentation API client and server utility library.

npm install manifesto.js --save

Getting Started

Documentation

https://iiif-commons.github.io/manifesto/

Developer Setup

git clone https://github.com/iiif-commons/manifesto.git
npm install
npm build
npm test

Publishing Package

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

Keywords

IIIF

FAQs

Package last updated on 05 Mar 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts