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

cf-redis

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cf-redis - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

2

package.json
{
"name": "cf-redis",
"version": "0.1.3",
"version": "0.1.4",
"description": "A tiny library to map Contentful ☁️ space into Redis ⚡️",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -19,4 +19,2 @@ <div align="center">

---
Create an instance of `cf-redis` by passing contentful space ID & access token.

@@ -35,4 +33,2 @@

---
### sync

@@ -70,4 +66,2 @@

---
## Redis Store

@@ -77,6 +71,4 @@

---
## License
MIT ❤

@@ -77,3 +77,3 @@ const { promisify } = require('util');

Object.assign(final, {
[value]: Object.keys(responses[index]).map(
[value.split('cf-redis:').pop()]: Object.keys(responses[index]).map(
key => responses[index][key]

@@ -80,0 +80,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