Socket
Socket
Sign inDemoInstall

@quantos/micro-request

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quantos/micro-request - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

1

dist/redis_cache.js

@@ -29,3 +29,2 @@ "use strict";

_redisEnabled = false;
redisClient = null;
});

@@ -32,0 +31,0 @@ }

2

package.json
{
"name": "@quantos/micro-request",
"version": "1.0.3",
"version": "1.0.4",
"description": "Quantos http client with cache, retry and fallback mechanism",

@@ -5,0 +5,0 @@ "author": "fabriziotognetto <info@quantos.it>",

@@ -7,3 +7,3 @@ import { RedisValueHelper } from '@quantos/redis-helper';

let redisClient: redis.RedisClient;
let _redisEnabled: boolean = false;
let _redisEnabled = false;

@@ -19,3 +19,2 @@ if (process.env.REDIS_PORT && process.env.REDIS_HOST) {

_redisEnabled = false;
redisClient = null;
});

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