Socket
Socket
Sign inDemoInstall

async-cache

Package Overview
Dependencies
1
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.4 to 0.1.5

2

ac.js

@@ -72,3 +72,3 @@ module.exports = AsyncCache;

AsyncCache.prototype.has = function(key) {
return this._cache.get(key);
return this._cache.has(key);
};

@@ -75,0 +75,0 @@

{
"name": "async-cache",
"version": "0.1.4",
"version": "0.1.5",
"description": "Cache your async lookups and don't fetch the same thing more than necessary.",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc