phantomas 2.20.0 → 2.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/chrome-seccomp.json +10 -0
- package/package.json +2 -2
package/chrome-seccomp.json
CHANGED
|
@@ -826,6 +826,11 @@
|
|
|
826
826
|
"action": "SCMP_ACT_ALLOW",
|
|
827
827
|
"args": null
|
|
828
828
|
},
|
|
829
|
+
{
|
|
830
|
+
"name": "openat2",
|
|
831
|
+
"action": "SCMP_ACT_ALLOW",
|
|
832
|
+
"args": null
|
|
833
|
+
},
|
|
829
834
|
{
|
|
830
835
|
"name": "pause",
|
|
831
836
|
"action": "SCMP_ACT_ALLOW",
|
|
@@ -1341,6 +1346,11 @@
|
|
|
1341
1346
|
"action": "SCMP_ACT_ALLOW",
|
|
1342
1347
|
"args": null
|
|
1343
1348
|
},
|
|
1349
|
+
{
|
|
1350
|
+
"name": "statx",
|
|
1351
|
+
"action": "SCMP_ACT_ALLOW",
|
|
1352
|
+
"args": null
|
|
1353
|
+
},
|
|
1344
1354
|
{
|
|
1345
1355
|
"name": "symlink",
|
|
1346
1356
|
"action": "SCMP_ACT_ALLOW",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "phantomas",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.23.0",
|
|
4
4
|
"author": "macbre <maciej.brencz@gmail.com> (http://macbre.net)",
|
|
5
5
|
"description": "Headless Chromium-based web performance metrics collector and monitoring tool",
|
|
6
6
|
"main": "./lib/index.js",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"debug": "^4.1.1",
|
|
34
34
|
"decamelize": "^5.0.0",
|
|
35
35
|
"fast-stats": "0.0.6",
|
|
36
|
-
"js-yaml": "^4.
|
|
36
|
+
"js-yaml": "^4.1.1",
|
|
37
37
|
"puppeteer": "^24.2.1"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|