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

deep-cache

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deep-cache - npm Package Compare versions

Comparing version 1.5.5 to 1.5.6

10

lib.compiled/Driver/CloudFrontDriver.js

@@ -84,10 +84,6 @@ /**

delete this._cache[key];
callback(null, null);
} else {
callback(null, this._cache[key].value);
return;
}
callback(null, this._cache[key]);
return;
}

@@ -109,3 +105,3 @@

_this._cache[key] = parsedData.value;
_this._cache[key] = parsedData;

@@ -112,0 +108,0 @@ callback(null, parsedData.value);

{
"name": "deep-cache",
"version": "1.5.5",
"version": "1.5.6",
"description": "DEEP Cache Library",

@@ -5,0 +5,0 @@ "keywords": [

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