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

r2-lcp-js

Package Overview
Dependencies
Maintainers
3
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 Compare versions

Comparing version 1.0.11 to 1.0.12

19

CHANGELOG.md
# Next
Git diff:
* https://github.com/readium/r2-lcp-js/compare/v1.0.11...develop
* https://github.com/readium/r2-lcp-js/compare/v1.0.12...develop

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

# 1.0.12
> Build environment: NodeJS `10.16.3`, NPM `6.11.3`
Changes:
* NPM updates
Git revision info:
* https://unpkg.com/r2-lcp-js@1.0.12/dist/gitrev.json
* https://github.com/edrlab/r2-lcp-js-dist/blob/v1.0.12/dist/gitrev.json
Git commit history:
* https://github.com/readium/r2-lcp-js/commits/v1.0.12
Git diff:
* https://github.com/readium/r2-lcp-js/compare/v1.0.11...v1.0.12
# 1.0.11

@@ -11,0 +28,0 @@

3

dist/es5/src/transform/transformer-lcp.js
"use strict";
var _this = this;
Object.defineProperty(exports, "__esModule", { value: true });

@@ -13,3 +12,3 @@ var tslib_1 = require("tslib");

var AES_BLOCK_SIZE = 16;
var readStream = function (s, n) { return tslib_1.__awaiter(_this, void 0, void 0, function () {
var readStream = function (s, n) { return tslib_1.__awaiter(void 0, void 0, void 0, function () {
return tslib_1.__generator(this, function (_a) {

@@ -16,0 +15,0 @@ return [2, new Promise(function (resolve, reject) {

@@ -12,3 +12,3 @@ "use strict";

const AES_BLOCK_SIZE = 16;
const readStream = (s, n) => tslib_1.__awaiter(this, void 0, void 0, function* () {
const readStream = (s, n) => tslib_1.__awaiter(void 0, void 0, void 0, function* () {
return new Promise((resolve, reject) => {

@@ -15,0 +15,0 @@ const onReadable = () => {

@@ -12,3 +12,3 @@ "use strict";

const AES_BLOCK_SIZE = 16;
const readStream = (s, n) => tslib_1.__awaiter(this, void 0, void 0, function* () {
const readStream = (s, n) => tslib_1.__awaiter(void 0, void 0, void 0, function* () {
return new Promise((resolve, reject) => {

@@ -15,0 +15,0 @@ const onReadable = () => {

{
"node": "10.16.0",
"npm": "6.10.2",
"short": "ea54bf5",
"long": "ea54bf5d2cd191bd2d037678fd2b737b7efa6e61",
"node": "10.16.3",
"npm": "6.11.3",
"short": "7a032fb",
"long": "7a032fb93a6e1fe8c55bf0245b00e2a09cbf6e4a",
"branch": "develop",
"date": "2019-07-29T20:17:54.000Z",
"urlHistory": "https://github.com/readium/r2-lcp-js/commits/ea54bf5d2cd191bd2d037678fd2b737b7efa6e61",
"urlDiff": "https://github.com/readium/r2-lcp-js/compare/ea54bf5d2cd191bd2d037678fd2b737b7efa6e61...develop"
"date": "2019-09-04T15:49:59.000Z",
"urlHistory": "https://github.com/readium/r2-lcp-js/commits/7a032fb93a6e1fe8c55bf0245b00e2a09cbf6e4a",
"urlDiff": "https://github.com/readium/r2-lcp-js/compare/7a032fb93a6e1fe8c55bf0245b00e2a09cbf6e4a...develop"
}
{
"name": "r2-lcp-js",
"version": "1.0.11",
"version": "1.0.12",
"description": "Readium 2 LCP bits for NodeJS (TypeScript)",

@@ -52,6 +52,6 @@ "keywords": [

"moment": "^2.24.0",
"r2-utils-js": "^1.0.11",
"r2-utils-js": "^1.0.12",
"request": "^2.88.0",
"request-promise-native": "^1.0.7",
"ta-json-x": "^2.5.0",
"ta-json-x": "^2.5.1",
"tslib": "^1.10.0",

@@ -61,4 +61,4 @@ "urijs": "^1.19.1"

"devDependencies": {
"@types/debug": "^4.1.4",
"@types/node": "^10.14.6",
"@types/debug": "^4.1.5",
"@types/node": "^10.14.17",
"@types/request": "^2.48.2",

@@ -68,3 +68,3 @@ "@types/request-promise-native": "^1.0.16",

"cpy-cli": "^2.0.0",
"cross-env": "^5.2.0",
"cross-env": "^5.2.1",
"cson": "^5.1.0",

@@ -76,6 +76,6 @@ "eclint": "^2.8.1",

"mkdirp": "^0.5.1",
"rimraf": "^2.6.3",
"tslint": "^5.18.0",
"rimraf": "^3.0.0",
"tslint": "^5.19.0",
"tslint-language-service": "^0.9.9",
"typescript": "^3.5.3"
"typescript": "^3.6.2"
},

@@ -82,0 +82,0 @@ "files": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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