@matteodisabatino/gc_info
Advanced tools
Comparing version 1.2.1 to 1.3.0
@@ -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, |
{ | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40560
198