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

flashheart

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flashheart - npm Package Compare versions

Comparing version 2.8.0 to 2.8.1

3

lib/cachingClient.js

@@ -75,3 +75,4 @@ var _ = require('lodash');

function createStaleKeyObject(url, opts, doNotVary) {
return _.extend({}, createKeyObject(url, opts, doNotVary), { stale: true });
var key = createKeyObject(url, opts, doNotVary);
return _.extend({}, key, { id: 'stale:' + key.id });
}

@@ -78,0 +79,0 @@

{
"name": "flashheart",
"version": "2.8.0",
"version": "2.8.1",
"description": "A fully-featured REST client built for ease-of-use and resilience",

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

@@ -43,4 +43,3 @@ var async = require('async');

segment: 'flashheart:' + require('../package').version,
id: url,
stale: true
id: 'stale:' + url
};

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