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

file-system-cache

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

file-system-cache - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

2

lib/common/Util.js

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

return undefined;
const resultHash = libs_1.crypto.createHash('md5');
const resultHash = libs_1.crypto.createHash('sha1');
const addValue = (value) => resultHash.update(value);

@@ -52,0 +52,0 @@ const addValues = libs_1.R.forEach(addValue);

{
"name": "file-system-cache",
"version": "2.1.0",
"version": "2.1.1",
"description": "A super-fast, promise-based cache that reads and writes to the file-system.",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

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