Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

r2-testapp-js

Package Overview
Dependencies
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

r2-testapp-js - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

20

CHANGELOG.md
# Next
Git diff:
* https://github.com/readium/r2-testapp-js/compare/v1.0.3...develop
* https://github.com/readium/r2-testapp-js/compare/v1.0.4...develop

@@ -9,2 +9,20 @@ Changes:

# 1.0.4
> Build environment: NodeJS `8.14.1`, NPM `6.4.1`
Changes:
* Updated documentation (minor)
* NPM 6.5.* has regression bugs for global package installs, so revert back to NPM 6.4.1 (which is officially shipped with the NodeJS installer).
Git revision info:
* https://unpkg.com/r2-testapp-js@1.0.4/dist/gitrev.json
* https://github.com/edrlab/r2-testapp-js-dist/blob/v1.0.4/dist/gitrev.json
Git commit history:
* https://github.com/readium/r2-testapp-js/commits/v1.0.4
Git diff:
* https://github.com/readium/r2-testapp-js/compare/v1.0.3...v1.0.4
# 1.0.3

@@ -11,0 +29,0 @@

14

dist/gitrev.json
{
"node": "8.14.0",
"npm": "6.5.0",
"short": "6155b25",
"long": "6155b2566a1d6bcd9894a48bd5728c431f42e473",
"node": "8.14.1",
"npm": "6.4.1",
"short": "27443f9",
"long": "27443f9060265ba0c7de13a6639da7fb42f6e612",
"branch": "develop",
"date": "2018-12-19T20:43:32.000Z",
"urlHistory": "https://github.com/readium/r2-testapp-js/commits/6155b2566a1d6bcd9894a48bd5728c431f42e473",
"urlDiff": "https://github.com/readium/r2-testapp-js/compare/6155b2566a1d6bcd9894a48bd5728c431f42e473...develop"
"date": "2018-12-20T14:12:44.000Z",
"urlHistory": "https://github.com/readium/r2-testapp-js/commits/27443f9060265ba0c7de13a6639da7fb42f6e612",
"urlDiff": "https://github.com/readium/r2-testapp-js/compare/27443f9060265ba0c7de13a6639da7fb42f6e612...develop"
}

@@ -1,13 +0,1 @@

# Developer Documentation (Integration of Readium2 components)
## Publication server, aka. streamer
## Content renderer, aka. navigator
## Readium Web Publication data model
## LCP (Licensed Content Protection), LSD (License Status Document)
## OPDS
## Utilities
See [README](/README.md#documentation).
{
"name": "r2-testapp-js",
"version": "1.0.3",
"version": "1.0.4",
"description": "Readium 2 'testapp' for NodeJS (TypeScript)",

@@ -56,8 +56,8 @@ "keywords": [

"portfinder": "^1.0.20",
"r2-lcp-js": "^1.0.3",
"r2-navigator-js": "^1.0.7",
"r2-opds-js": "^1.0.3",
"r2-shared-js": "^1.0.4",
"r2-streamer-js": "^1.0.5",
"r2-utils-js": "^1.0.3",
"r2-lcp-js": "^1.0.4",
"r2-navigator-js": "^1.0.8",
"r2-opds-js": "^1.0.4",
"r2-shared-js": "^1.0.5",
"r2-streamer-js": "^1.0.6",
"r2-utils-js": "^1.0.4",
"request": "^2.88.0",

@@ -64,0 +64,0 @@ "request-promise-native": "^1.0.5",

@@ -24,4 +24,2 @@ # NodeJS / TypeScript Readium-2 "test app"

Wiki documentation is not used, instead there are Markdown files inside the repository ([docs](https://github.com/readium/r2-testapp-js/tree/develop/docs) folder).
## NPM package

@@ -102,2 +100,14 @@

See the [index](/docs/index.md).
See:
https://github.com/readium/r2-navigator-js/blob/develop/README.md#documentation
https://github.com/readium/r2-streamer-js/blob/develop/README.md#documentation
https://github.com/readium/r2-opds-js/blob/develop/README.md#documentation
https://github.com/readium/r2-shared-js/blob/develop/README.md#documentation
https://github.com/readium/r2-lcp-js/blob/develop/README.md#documentation
https://github.com/readium/r2-utils-js/blob/develop/README.md#documentation
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc