Socket
Socket
Sign inDemoInstall

v8-compile-cache-lib

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.0.1

2

package.json
{
"name": "v8-compile-cache-lib",
"version": "3.0.0",
"version": "3.0.1",
"description": "Require hook for automatic V8 compile cache persistence",

@@ -5,0 +5,0 @@ "main": "v8-compile-cache.js",

@@ -366,2 +366,3 @@ 'use strict';

uninstalled = true;
process.removeListener('exit', uninstall);
if (blobStore.isDirty()) {

@@ -368,0 +369,0 @@ blobStore.save();

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc