redis-rank
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -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"; |
{ | ||
"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"> |
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
93987