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

secure-store-redis

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

secure-store-redis - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

8

dist/index.d.ts

@@ -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;

12

package.json
{
"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 @@ },

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