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

@matteodisabatino/gc_info

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@matteodisabatino/gc_info - npm Package Compare versions

Comparing version 1.2.1 to 1.3.0

12

CHANGELOG.md

@@ -0,3 +1,15 @@

# 1.3.0 (2022-01-09)
### Features
* add number indexing too for enum GcType ([ce9ab7b](https://github.com/matteodisabatino/gc_info/commit/ce9ab7b36c1fc4bc039f365bb2b8ee614e5fe84f))
## 1.2.1 (2022-01-02)
### Documentation
* update README ([2350ddf](https://github.com/matteodisabatino/gc_info/commit/2350ddfe37e5649761b0ff44eb1f04c951a3c817))
# 1.2.0 (2022-01-02)

@@ -4,0 +16,0 @@

@@ -10,2 +10,7 @@ 'use strict'

module.exports.GcType = {
1: 'Scavenge',
2: 'Mark/Sweep/Compact',
4: 'IncrementalMarking',
8: 'Weak/PhantomCallbackProcessing',
15: 'All',
Scavenge: 1,

@@ -12,0 +17,0 @@ 'Mark/Sweep/Compact': 2,

2

package.json
{
"name": "@matteodisabatino/gc_info",
"version": "1.2.1",
"version": "1.3.0",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "typings": "dist/index.d.ts",

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