New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

reliable-get

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reliable-get - npm Package Compare versions

Comparing version 0.1.9 to 0.1.10

benchmark/performance.js

1

index.js

@@ -112,3 +112,2 @@ 'use strict';

if (hasCacheControl(res, 'no-cache') || hasCacheControl(res, 'no-store')) {
console.log('NO CACHE HEADER RECEIVED! ' + options.cacheKey);
next(null, {statusCode: 200, content: res.content, headers: res.headers});

@@ -115,0 +114,0 @@ return;

{
"name": "reliable-get",
"version": "0.1.9",
"version": "0.1.10",
"description": "A circuit breaker and cached wrapper for GET requests (enables reliable external service interaction).",

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

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