secure-store-redis
Advanced tools
Comparing version 3.0.0-rc.4 to 3.0.0-rc.5
@@ -5,3 +5,3 @@ import { RedisClientOptions, RedisClientType, RedisFunctions, RedisModules, RedisScripts } from "redis"; | ||
*/ | ||
interface SecureStoreConfig { | ||
export interface SecureStoreConfig { | ||
/** | ||
@@ -73,2 +73,1 @@ * A unique ID which can be used to prefix data stored in Redis | ||
} | ||
export {}; |
{ | ||
"name": "secure-store-redis", | ||
"version": "3.0.0-rc.4", | ||
"version": "3.0.0-rc.5", | ||
"description": "A simple wrapper to encrypt and decrypt data stored in Redis", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -26,3 +26,3 @@ import { | ||
*/ | ||
interface SecureStoreConfig { | ||
export interface SecureStoreConfig { | ||
/** | ||
@@ -29,0 +29,0 @@ * A unique ID which can be used to prefix data stored in Redis |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
48658
0
979