secure-store-redis
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import { RedisConnectionPoolConfig } from "redis-connection-pool"; | ||
@@ -16,8 +15,3 @@ interface SecureStoreConfig { | ||
get(key: string, postfix?: string): Promise<any>; | ||
delete(key: string, postfix?: string): Promise<string | number | boolean | Buffer | (string | Buffer)[] | { | ||
key: string | Buffer; | ||
element: string | Buffer; | ||
} | { | ||
[x: string]: string | Buffer; | ||
}>; | ||
delete(key: string, postfix?: string): Promise<number>; | ||
private encrypt; | ||
@@ -24,0 +18,0 @@ private decrypt; |
{ | ||
"name": "secure-store-redis", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "A simple wrapper to encrypt and decrypt data stored in Redis", | ||
@@ -33,13 +33,13 @@ "license": "MIT", | ||
"dependencies": { | ||
"redis-connection-pool": "^3.0.2" | ||
"redis-connection-pool": "^4.0.1" | ||
}, | ||
"devDependencies": { | ||
"@types/eslint": "8.4.6", | ||
"@types/node": "18.7.9", | ||
"@typescript-eslint/eslint-plugin": "5.33.1", | ||
"@typescript-eslint/parser": "5.33.1", | ||
"@types/node": "^18.7.13", | ||
"@typescript-eslint/eslint-plugin": "^5.35.1", | ||
"@typescript-eslint/parser": "^5.35.1", | ||
"eslint": "8.22.0", | ||
"eslint-plugin-security-node": "1.1.1", | ||
"jaribu": "2.2.3", | ||
"typescript": "4.7.4", | ||
"typescript": "^4.8.2", | ||
"typescript-eslint": "0.0.1-alpha.0" | ||
@@ -46,0 +46,0 @@ }, |
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
16771
254
+ Addedredis-connection-pool@4.0.1(transitive)
- Removedredis-connection-pool@3.0.2(transitive)
Updatedredis-connection-pool@^4.0.1