New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

disk-memoizer

Package Overview
Dependencies
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

disk-memoizer - npm Package Compare versions

Comparing version 4.0.1 to 4.1.0

10

package.json
{
"name": "disk-memoizer",
"version": "4.0.1",
"version": "4.1.0",
"description": "Simple disk memoization and in memory LRU cache for high latency IO responses",

@@ -38,10 +38,10 @@ "main": "lib/disk_memoizer.js",

"devDependencies": {
"eslint": "^5.16.0",
"mocha": "^6.1.4"
"eslint": "^6.5.1",
"mocha": "^6.2.1"
},
"dependencies": {
"async": "^3.0.1",
"async": "^3.1.0",
"debug": "^4.1.1",
"glob": "^7.1.4",
"graceful-fs": "^4.1.15",
"graceful-fs": "^4.2.2",
"lockfile": "^1.0.4",

@@ -48,0 +48,0 @@ "lru-cache": "^5.1.1",

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