Socket
Socket
Sign inDemoInstall

v8-compile-cache

Package Overview
Dependencies
0
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.2 to 2.0.0

5

CHANGELOG.md
# `v8-module-cache` Changelog
## 2018-04-30, Version 2.0.0
* Use `Buffer.alloc` instead of `new Buffer()`.
* Drop support for Node 5.x.
## 2018-01-23, Version 1.1.2

@@ -4,0 +9,0 @@

2

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

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

@@ -103,3 +103,3 @@ 'use strict';

} catch (e) {
this._storedBlob = new Buffer(0);
this._storedBlob = Buffer.alloc(0);
this._storedMap = {};

@@ -106,0 +106,0 @@ }

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