Socket
Socket
Sign inDemoInstall

redis-rank

Package Overview
Dependencies
11
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.0 to 2.1.1

2

dist/Leaderboard.js

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

this.options = options;
Commands_1.extendRedisClient(this.client);
(0, Commands_1.extendRedisClient)(this.client);
}

@@ -63,0 +63,0 @@ /**

@@ -38,6 +38,10 @@ "use strict";

};
var __spreadArray = (this && this.__spreadArray) || function (to, from) {
for (var i = 0, il = from.length, j = to.length; i < il; i++, j++)
to[j] = from[i];
return to;
var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
if (ar || !(i in from)) {
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
ar[i] = from[i];
}
}
return to.concat(ar || Array.prototype.slice.call(from));
};

@@ -388,3 +392,3 @@ Object.defineProperty(exports, "__esModule", { value: true });

filter.features.push(featureToSort);
return this.execMatrix.apply(this, __spreadArray([fnName, filter, sortLb.redisKey], args));
return this.execMatrix.apply(this, __spreadArray([fnName, filter, sortLb.redisKey], args, false));
};

@@ -416,3 +420,3 @@ /**

queryInfo.sortPolicies,
sortKey ? queryInfo.keys.indexOf(sortKey) + 1 : -1], args))];
sortKey ? queryInfo.keys.indexOf(sortKey) + 1 : -1], args, false))];
case 1:

@@ -419,0 +423,0 @@ result = _c.sent();

{
"name": "redis-rank",
"version": "2.1.0",
"version": "2.1.1",
"description": "Manage real-time leaderboards using Redis",

@@ -33,11 +33,11 @@ "keywords": [

"devDependencies": {
"@types/ioredis": "^4.17.4",
"@types/jest": "^26.0.13",
"@types/node": "^14.10.1",
"codecov": "^3.7.2",
"@types/ioredis": "^4.27.6",
"@types/jest": "^27.0.2",
"@types/node": "^16.10.3",
"codecov": "^3.8.3",
"ioredis": "^4.17.3",
"jest": "^26.4.2",
"nodemon": "^2.0.4",
"ts-jest": "^26.3.0",
"typescript": "^4.0.2"
"jest": "^27.2.4",
"nodemon": "^2.0.13",
"ts-jest": "^27.0.5",
"typescript": "^4.4.3"
},

@@ -44,0 +44,0 @@ "peerDependencies": {

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc