Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
r2-testapp-js
Advanced tools
Electron / NodeJS implementation (written in TypeScript) of a test app for the Readium2 architecture ( https://github.com/readium/architecture/ ).
Please note that this application is a test bed for Readium2 components, this is not aimed at end-users. This is not a full reading system, just a basic reader interface. Notably, this application lacks a local bookshelf, and a feed explorer for remote publications (OPDS).
The pre-releases application installers/executables labelled "continuous test build" are generated automatically by TravisCI ( https://travis-ci.org/readium/r2-testapp-js ).
https://github.com/readium/r2-testapp-js/releases
node --version
and npm --version
)yarn --version
)https://github.com/readium/r2-testapp-js
There is no github.io site for this project (no gh-pages branch).
https://www.npmjs.com/package/r2-testapp-js
Command line install:
npm install r2-testapp-js
OR
yarn add r2-testapp-js
...or manually add in your package.json
:
"dependencies": {
"r2-testapp-js": "latest"
}
The JavaScript code distributed in the NPM package is usable as-is (no transpilation required), as it is automatically-generated from the TypeScript source.
Several ECMAScript flavours are provided out-of-the-box: ES5, ES6-2015, ES7-2016, ES8-2017:
https://unpkg.com/r2-testapp-js/dist/
(alternatively, GitHub mirror with semantic-versioning release tags: https://github.com/edrlab/r2-testapp-js-dist/tree/develop/dist/ )
The JavaScript code is not bundled, and it uses require()
statement for imports (NodeJS style).
More information about NodeJS compatibility:
Note that web-browser Javascript is currently not supported (only NodeJS runtimes).
The type definitions (aka "typings") are included as *.d.ts
files in ./node_modules/r2-testapp-js/dist/**
, so this package can be used directly in a TypeScript project.
https://david-dm.org/readium/r2-testapp-js
A package-lock.json is provided (modern NPM replacement for npm-shrinkwrap.json
).
A yarn.lock file is currently not provided at the root of the source tree.
https://travis-ci.org/readium/r2-testapp-js
TravisCI builds are triggered automatically at every Git "push" in the develop
branch.
NPM package (latest published):
https://unpkg.com/r2-testapp-js/dist/gitrev.json
Alternatively, GitHub mirror with semantic-versioning release tags:
https://raw.githack.com/edrlab/r2-testapp-js-dist/develop/dist/gitrev.json
Command line steps (NPM, but similar with YARN):
cd r2-testapp-js
git status
(please ensure there are no local changes, especially in package-lock.json
and the dependency versions in package.json
)rm -rf node_modules
(to start from a clean slate)npm install
, or alternatively npm ci
(both commands initialize the node_modules
tree of package dependencies, based on the strict package-lock.json
definition)npm run build:all
(invoke the main build script: clean, lint, compile)ls dist
(that's the build output which gets published as NPM package)npm run electron
(use the menu to open bundled EPUBs, or to choose arbitrary publications from the filesystem)npm run electron PATH_TO_PACKED_OR_EXPLODED_EPUB_FILE_OR_URI
(gets added to the graphical menu, for re-use later)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
1.0.7
Build environment: NodeJS
10.15.3
, NPM6.9.0
Changes:
Git revision info:
Git commit history:
Git diff:
FAQs
Readium 2 'testapp' for NodeJS (TypeScript)
The npm package r2-testapp-js receives a total of 68 weekly downloads. As such, r2-testapp-js popularity was classified as not popular.
We found that r2-testapp-js demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.