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

cache-memory

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cache-memory - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

2

dist/lib/cacher.js

@@ -112,3 +112,3 @@ "use strict";

setInternal(key, value, true, options);
if (options.refreshIntervalInMilliseconds === undefined || options.refreshIntervalInMilliseconds === 0)
if (options?.refreshIntervalInMilliseconds === undefined || options?.refreshIntervalInMilliseconds === 0)
return;

@@ -115,0 +115,0 @@ let data = self.cachedData[key];

{
"name": "cache-memory",
"version": "3.0.0",
"version": "3.0.1",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

@@ -10,3 +10,3 @@ # cache-memory

```bash
$ npm i cache-memory@3.0.0
$ npm i cache-memory@3.0.1
```

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