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

r2-lcp-js

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

r2-lcp-js - npm Package Versions

1235

1.0.11

Diff

Changelog

Source

1.0.11

Build environment: NodeJS 10.16.0, NPM 6.10.2

Changes:

  • NPM updates
  • Buffer.from() API to remove deprecation messages
  • Workaround for rare (impossible?) edge-case: resource is compressed/deflated before it is encrypted, but the "original length" metadata is not provided in encryption.xml (only the "compression" metadata == 8)

Git revision info:

  • https://unpkg.com/r2-lcp-js@1.0.11/dist/gitrev.json
  • https://github.com/edrlab/r2-lcp-js-dist/blob/v1.0.11/dist/gitrev.json

Git commit history:

  • https://github.com/readium/r2-lcp-js/commits/v1.0.11

Git diff:

  • https://github.com/readium/r2-lcp-js/compare/v1.0.10...v1.0.11
danielweck
published 1.0.10 •

Changelog

Source

1.0.10

Build environment: NodeJS 10.16.0, NPM 6.9.0

Changes:

  • NPM updates

Git revision info:

  • https://unpkg.com/r2-lcp-js@1.0.10/dist/gitrev.json
  • https://github.com/edrlab/r2-lcp-js-dist/blob/v1.0.10/dist/gitrev.json

Git commit history:

  • https://github.com/readium/r2-lcp-js/commits/v1.0.10

Git diff:

  • https://github.com/readium/r2-lcp-js/compare/v1.0.9...v1.0.10
danielweck
published 1.0.9 •

Changelog

Source

1.0.9

Build environment: NodeJS 10.15.3, NPM 6.9.0

Changes:

  • NPM updates

Git revision info:

  • https://unpkg.com/r2-lcp-js@1.0.9/dist/gitrev.json
  • https://github.com/edrlab/r2-lcp-js-dist/blob/v1.0.9/dist/gitrev.json

Git commit history:

  • https://github.com/readium/r2-lcp-js/commits/v1.0.9

Git diff:

  • https://github.com/readium/r2-lcp-js/compare/v1.0.8...v1.0.9
danielweck
published 1.0.8 •

Changelog

Source

1.0.8

Build environment: NodeJS 8.15.1, NPM 6.4.1

Changes:

  • NPM updates
  • Introduced LSD TypeScript model (JSON de/serializable)
  • Workaround for LCP license server that responds HTTP 200 code for error JSON payload
  • JSON Schema references for LCP and LSD models

Git revision info:

  • https://unpkg.com/r2-lcp-js@1.0.8/dist/gitrev.json
  • https://github.com/edrlab/r2-lcp-js-dist/blob/v1.0.8/dist/gitrev.json

Git commit history:

  • https://github.com/readium/r2-lcp-js/commits/v1.0.8

Git diff:

  • https://github.com/readium/r2-lcp-js/compare/v1.0.7...v1.0.8
danielweck
published 1.0.7 •

Changelog

Source

1.0.7

Build environment: NodeJS 8.15.1, NPM 6.4.1

Changes:

  • NPM updates

Git revision info:

  • https://unpkg.com/r2-lcp-js@1.0.7/dist/gitrev.json
  • https://github.com/edrlab/r2-lcp-js-dist/blob/v1.0.7/dist/gitrev.json

Git commit history:

  • https://github.com/readium/r2-lcp-js/commits/v1.0.7

Git diff:

  • https://github.com/readium/r2-lcp-js/compare/v1.0.6...v1.0.7
danielweck
published 1.0.6 •

Changelog

Source

1.0.6

Build environment: NodeJS 8.14.1, NPM 6.4.1

Changes:

  • NPM updates
  • Code comment references to latest JSON Schema
  • LCP / LSD debug console messages harmonized
  • LCP / LSD promise.reject (async/await try/catch) errors now HTTP status code (number type), or object payload with ProblemJSON, returned by server, or just plain string if cannot parse response body.

Git revision info:

  • https://unpkg.com/r2-lcp-js@1.0.6/dist/gitrev.json
  • https://github.com/edrlab/r2-lcp-js-dist/blob/v1.0.6/dist/gitrev.json

Git commit history:

  • https://github.com/readium/r2-lcp-js/commits/v1.0.6

Git diff:

  • https://github.com/readium/r2-lcp-js/compare/v1.0.5...v1.0.6
danielweck
published 1.0.5 •

Changelog

Source

1.0.5

Build environment: NodeJS 8.14.1, NPM 6.4.1

Changes:

  • NPM updates
  • Minor code comment additions regarding Certificate Revocation List (CRL)

Git revision info:

  • https://unpkg.com/r2-lcp-js@1.0.5/dist/gitrev.json
  • https://github.com/edrlab/r2-lcp-js-dist/blob/v1.0.5/dist/gitrev.json

Git commit history:

  • https://github.com/readium/r2-lcp-js/commits/v1.0.5

Git diff:

  • https://github.com/readium/r2-lcp-js/compare/v1.0.4...v1.0.5
danielweck
published 1.0.4 •

Changelog

Source

1.0.4

Build environment: NodeJS 8.14.1, NPM 6.4.1

Changes:

  • Updated documentation (minor)
  • Fixed a NodeJS v8+ regression bug: readable-stream end event was not raised (which is why LCP decryption with basic-test profile was broken at Heroku and Now.sh streamer deployments)
  • 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-lcp-js@1.0.4/dist/gitrev.json
  • https://github.com/edrlab/r2-lcp-js-dist/blob/v1.0.4/dist/gitrev.json

Git commit history:

  • https://github.com/readium/r2-lcp-js/commits/v1.0.4

Git diff:

  • https://github.com/readium/r2-lcp-js/compare/v1.0.3...v1.0.4
danielweck
published 1.0.3 •

Changelog

Source

1.0.3

Build environment: NodeJS 8.14.0, NPM 6.5.0

Changes:

  • NPM updates
  • Added support for CRL Certificate Revocation List (not via certificate-embedded Distribution Points, instead using hard-coded URL for LCP ecosystem)
  • Added HTTP error details (console logging)

Git revision info:

  • https://unpkg.com/r2-lcp-js@1.0.3/dist/gitrev.json
  • https://github.com/edrlab/r2-lcp-js-dist/blob/v1.0.3/dist/gitrev.json

Git commit history:

  • https://github.com/readium/r2-lcp-js/commits/v1.0.3

Git diff:

  • https://github.com/readium/r2-lcp-js/compare/v1.0.2...v1.0.3
danielweck
published 1.0.2 •

Changelog

Source

1.0.2

Build environment: NodeJS 8.14.0, NPM 6.5.0

Changes:

  • NPM updates (r2-xxx-js)

Git revision info:

  • https://unpkg.com/r2-lcp-js@1.0.2/dist/gitrev.json
  • https://github.com/edrlab/r2-lcp-js-dist/blob/v1.0.2/dist/gitrev.json

Git commit history:

  • https://github.com/readium/r2-lcp-js/commits/v1.0.2

Git diff:

  • https://github.com/readium/r2-lcp-js/compare/v1.0.1...v1.0.2
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