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

feather-cache

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

feather-cache - npm Package Compare versions

Comparing version 1.1.1 to 1.2.0

2

dist/src/index.js

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

const validTill = new Date(new Date().getTime() + (opt.maxAgeInMs || this.options.maxAgeInMs));
const dataToStore = { validTill, key, val };
const dataToStore = { validTill, key, val, $__CREATED_AT: new Date() };
yield this.options.setFn.call(this, key, dataToStore);

@@ -88,0 +88,0 @@ });

{
"name": "feather-cache",
"version": "1.1.1",
"version": "1.2.0",
"description": "A Simple Lightweight Pluggable Key-Value Cache For Multiple Storage Options.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/vajahath/feather-cache#readme",

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