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

low

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

low - npm Package Compare versions

Comparing version 1.1.57 to 1.1.58

2

lib/doers/doer.js

@@ -45,3 +45,3 @@ "use strict";

if (cacheManager && cacheKey) {
context.calls[task.name].cacheSet = `${cacheKey} - TTL: ${task.cacheConfig.ttl}`;
context.calls[task.name].cacheSet = `${cacheKey.partition}:${cacheKey.key} - TTL: ${task.cacheConfig.ttl}`;
yield cacheManager.setItem(cacheKey, output, task.cacheConfig.ttl);

@@ -48,0 +48,0 @@ }

{
"name": "low",
"version": "1.1.57",
"version": "1.1.58",
"description": "a templating driven low-code framework for rapid systems development",

@@ -25,3 +25,3 @@ "main": "lib/index.js",

},
"gitHead": "952e6c506481f23f16388b2c1cf286749395ead4",
"gitHead": "dded2085c8581773e4fd8d5c07238915bd34d107",
"devDependencies": {

@@ -28,0 +28,0 @@ "@types/jest": "^24.9.0",

@@ -47,3 +47,3 @@ import { Module } from '../module';

if (cacheManager && cacheKey) {
context.calls[task.name].cacheSet = `${cacheKey} - TTL: ${(task.cacheConfig as CacheConfig).ttl}`;
context.calls[task.name].cacheSet = `${cacheKey.partition}:${cacheKey.key} - TTL: ${(task.cacheConfig as CacheConfig).ttl}`;
await cacheManager.setItem(cacheKey, output, (task.cacheConfig as CacheConfig).ttl);

@@ -50,0 +50,0 @@ }

Sorry, the diff of this file is not supported yet

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