Socket
Socket
Sign inDemoInstall

sync-disk-cache

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

sync-disk-cache - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

9

index.js

@@ -48,6 +48,9 @@ 'use strict';

var result = fn.apply(this, arguments);
var result;
try {
result = fn.apply(this, arguments);
} finally {
metrics.stop();
}
metrics.stop();
return result;

@@ -54,0 +57,0 @@ };

{
"name": "sync-disk-cache",
"version": "1.3.0",
"version": "1.3.1",
"description": "sync disk cache",

@@ -5,0 +5,0 @@ "files": [

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