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

chia-datalayer-kv-cache

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chia-datalayer-kv-cache - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

4

index.js

@@ -43,3 +43,3 @@ const NodeCache = require("node-cache");

// If the file does not exist, get the data from the datalayer
const datalayer = Datalayer.rpc(config);
const datalayer = new Datalayer(config);

@@ -92,3 +92,3 @@ value = await datalayer.getValue({ id: storeId, key });

// If the file does not exist, get the data from the datalayer
const datalayer = Datalayer.rpc(config);
const datalayer = new Datalayer(config);

@@ -95,0 +95,0 @@ value = await datalayer.getKeys({ id: storeId });

{
"name": "chia-datalayer-kv-cache",
"version": "1.0.4",
"version": "1.0.5",
"description": "Return Cached Key/Value pairs when requested from Chia DataLayer",

@@ -24,3 +24,3 @@ "main": "index.js",

"chia-datalayer-update-notifier": "^1.0.0",
"chia-datalayer": "^1.0.0",
"chia-datalayer": "^2.0.0",
"chia-root-resolver": "^1.0.0",

@@ -27,0 +27,0 @@ "node-cache": "^5.1.2"

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