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

gc-profiler

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gc-profiler - npm Package Compare versions

Comparing version 1.3.1 to 1.4.0

7

main.js

@@ -9,6 +9,9 @@ "use strict";

// https://github.com/v8/v8/blob/ca9ec36eb5881f73c1ac1b5a5df710227ad96fae/include/v8.h#L5228
var GC_TYPES = {
1: 'Scavenge',
2: 'MarkSweepCompact',
3: 'All'
4: 'IncrementalMarking',
8: 'ProcessWeakCallbacks',
15: 'All'
};

@@ -32,4 +35,4 @@

};
main.emit('gc', info);
});
{
"name": "gc-profiler",
"description": "Allows you to profile when the garbage collector runs, and how long it takes.",
"version": "1.3.1",
"version": "1.4.0",
"author": "Bret Copeland <bret@atlantisflight.org>",

@@ -6,0 +6,0 @@ "contributors": [

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