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

redis-rank

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redis-rank - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

0

dist/Commands.d.ts

@@ -0,0 +0,0 @@ import { Redis } from 'ioredis';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export * from './Leaderboard';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Redis } from 'ioredis';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Redis } from 'ioredis';

@@ -0,0 +0,0 @@ "use strict";

18

package.json
{
"name": "redis-rank",
"version": "2.2.1",
"version": "2.2.2",
"description": "Manage real-time leaderboards using Redis",

@@ -28,3 +28,3 @@ "keywords": [

"build": "tsc",
"publish": "npm run test && npm run build && npm publish",
"test": "jest --coverage --verbose --runInBand",

@@ -34,10 +34,10 @@ "dev": "nodemon --exec \"npm run test\" --watch lib --watch tests -e ts,tsx"

"devDependencies": {
"@types/jest": "^29.2.5",
"@types/node": "^18.11.18",
"@types/jest": "^29.5.3",
"@types/node": "^20.5.1",
"codecov": "^3.8.3",
"ioredis": "^5.2.4",
"jest": "^29.3.1",
"nodemon": "^2.0.20",
"ts-jest": "^29.0.4",
"typescript": "^4.9.4"
"ioredis": "^5.3.2",
"jest": "^29.6.2",
"nodemon": "^3.0.1",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
},

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

@@ -6,4 +6,4 @@

<p align="center">
<a href="https://travis-ci.org/mlomb/redis-rank">
<img alt="Build Status" src="https://travis-ci.org/mlomb/redis-rank.svg?branch=master">
<a href="https://github.com/mlomb/redis-rank/actions">
<img alt="Build Status" src="https://img.shields.io/github/actions/workflow/status/mlomb/redis-rank/ci.yml">
</a>

@@ -10,0 +10,0 @@ <a href="https://codecov.io/gh/mlomb/redis-rank">

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