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
0.1.18

4

dist/manifesto.d.ts

@@ -47,5 +47,7 @@ declare module Manifesto {

static DOCUMENT: ElementType;
static IMAGE: ElementType;
static MOVINGIMAGE: ElementType;
static SOUND: ElementType;
document(): ElementType;
image(): ElementType;
movingimage(): ElementType;

@@ -237,2 +239,3 @@ sound(): ElementType;

rootRange: IRange;
private sequences;
constructor(jsonld: any, options?: IManifestoOptions);

@@ -289,2 +292,3 @@ private _getRootRange();

class Sequence extends ManifestResource implements ISequence {
private canvases;
constructor(jsonld: any, options: IManifestoOptions);

@@ -291,0 +295,0 @@ getCanvases(): ICanvas[];

9

package.json
{
"name": "manifesto.js",
"version": "0.1.17",
"version": "0.1.18",
"description": "IIIF Presentation API utility library for client and server",

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

"type": "git",
"url": "git+https://github.com/edsilv/manifesto.git"
"url": "git+https://github.com/universalviewer/manifesto.git"
},

@@ -20,5 +20,5 @@ "keywords": [

"bugs": {
"url": "https://github.com/edsilv/manifesto/issues"
"url": "https://github.com/universalviewer/manifesto/issues"
},
"homepage": "https://github.com/edsilv/manifesto",
"homepage": "https://github.com/universalviewer/manifesto",
"devDependencies": {

@@ -54,3 +54,2 @@ "browserify": "^11.0.0",

"http-status-codes": "git://github.com/edsilv/http-status-codes.git",
"jmespath": "git://github.com/edsilv/jmespath.js.git",
"lodash.assign": "^3.2.0",

@@ -57,0 +56,0 @@ "lodash.endswith": "^3.0.2",

@@ -13,16 +13,12 @@ # manifesto

###Getting Started
Getting Started
--
http://blog.edsilv.com/manifesto/
Documentation
https://github.com/edsilv/manifesto-express-demo
http://universalviewer.github.io/manifesto-docs/
A web server that loads a manifest and writes its label to output.
https://github.com/edsilv/manifesto-react-demo
Tutorial
A web site using the react rendering engine.
https://github.com/edsilv/manifesto-handlebars-demo
A web site using the handlebars rendering engine.
http://blog.edsilv.com/manifesto/

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