batchloader
Advanced tools
Comparing version 0.0.21 to 0.0.22
"use strict"; | ||
var _this = this; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -7,3 +6,3 @@ var tslib_1 = require("tslib"); | ||
exports.proxyLoaderWithCache = function (cache, loader, keyToUniqueId, batchDelay, batchSize) { | ||
return new batchloader_1.BatchLoader(function (keys) { return tslib_1.__awaiter(_this, void 0, void 0, function () { | ||
return new batchloader_1.BatchLoader(function (keys) { return tslib_1.__awaiter(void 0, void 0, void 0, function () { | ||
var values, len, missingKeys, missingIndexes, i, missingValues, mlen, missingKeyValues, i, value; | ||
@@ -10,0 +9,0 @@ return tslib_1.__generator(this, function (_a) { |
{ | ||
"name": "batchloader", | ||
"version": "0.0.21", | ||
"version": "0.0.22", | ||
"description": "BatchLoader is a utility for data fetching layer to reduce requests via batching written in TypeScript. Inspired by Facebook's DataLoader", | ||
@@ -37,3 +37,3 @@ "keywords": [ | ||
"precommit": "npm run all", | ||
"prepublish": "npm run all", | ||
"prepublishOnly": "npm run all", | ||
"reinstall": "rm -rf ./node_modules ./package-lock.json ./yarn.lock && yarn", | ||
@@ -51,14 +51,14 @@ "start": "npm run test", | ||
"devDependencies": { | ||
"@types/jest": "^24.0.15", | ||
"@types/node": "^12.6.2", | ||
"coveralls": "^3.0.4", | ||
"jest": "^24.8.0", | ||
"@types/jest": "^24.0.20", | ||
"@types/node": "^12.11.7", | ||
"coveralls": "^3.0.7", | ||
"jest": "^24.9.0", | ||
"pre-commit": "^1.2.2", | ||
"prettier": "^1.18.2", | ||
"ts-jest": "^24.0.2", | ||
"ts-jest": "^24.1.0", | ||
"tscpaths": "^0.0.9", | ||
"tslint": "^5.18.0", | ||
"tslint-config-airbnb": "^5.11.1", | ||
"tslint": "^5.20.0", | ||
"tslint-config-airbnb": "^5.11.2", | ||
"tslint-config-prettier": "^1.18.0", | ||
"typescript": "^3.5.3" | ||
"typescript": "^3.6.4" | ||
}, | ||
@@ -65,0 +65,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
87322
919