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

appolo-cache

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appolo-cache - npm Package Compare versions

Comparing version 6.0.5 to 6.0.6

2

lib/cache.js

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

item.value = value;
maxAge > 0 && (item.maxAge = maxAge);
maxAge != -1 && (item.maxAge = maxAge);
this._hit(item);

@@ -116,0 +116,0 @@ return;

@@ -167,3 +167,3 @@ import {ListItem} from "./listItem";

item.value = value;
maxAge > 0 && (item.maxAge = maxAge);
maxAge != -1 && (item.maxAge = maxAge);
this._hit(item);

@@ -170,0 +170,0 @@ return;

@@ -21,3 +21,3 @@ {

"main": "./index.js",
"version": "6.0.5",
"version": "6.0.6",
"license": "MIT",

@@ -24,0 +24,0 @@ "repository": {

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