@contrast/agent 3.11.0 → 3.11.1
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/lib.asar
CHANGED
|
Binary file
|
|
@@ -309,7 +309,7 @@ endif
|
|
|
309
309
|
|
|
310
310
|
quiet_cmd_regen_makefile = ACTION Regenerating $@
|
|
311
311
|
cmd_regen_makefile = cd $(srcdir); /opt/hostedtoolcache/node/12.22.1/x64/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py -fmake --ignore-environment "-Dlibrary=shared_library" "-Dvisibility=default" "-Dnode_root_dir=/home/runner/.cache/node-gyp/12.22.1" "-Dnode_gyp_dir=/opt/hostedtoolcache/node/12.22.1/x64/lib/node_modules/npm/node_modules/node-gyp" "-Dnode_lib_file=/home/runner/.cache/node-gyp/12.22.1/<(target_arch)/node.lib" "-Dmodule_root_dir=/home/runner/work/node-agent/node-agent/target/node_modules/unix-dgram" "-Dnode_engine=v8" "--depth=." "-Goutput_dir=." "--generator-output=build" -I/home/runner/work/node-agent/node-agent/target/node_modules/unix-dgram/build/config.gypi -I/opt/hostedtoolcache/node/12.22.1/x64/lib/node_modules/npm/node_modules/node-gyp/addon.gypi -I/home/runner/.cache/node-gyp/12.22.1/include/node/common.gypi "--toplevel-dir=." binding.gyp
|
|
312
|
-
Makefile: $(srcdir)
|
|
312
|
+
Makefile: $(srcdir)/../../../../../../../../opt/hostedtoolcache/node/12.22.1/x64/lib/node_modules/npm/node_modules/node-gyp/addon.gypi $(srcdir)/build/config.gypi $(srcdir)/../../../../../../.cache/node-gyp/12.22.1/include/node/common.gypi $(srcdir)/binding.gyp
|
|
313
313
|
$(call do_cmd,regen_makefile)
|
|
314
314
|
|
|
315
315
|
# "all" is a concatenation of the "all" targets from all the included
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contrast/agent",
|
|
3
|
-
"version": "3.11.
|
|
3
|
+
"version": "3.11.1",
|
|
4
4
|
"description": "Node.js security instrumentation by Contrast Security",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"security",
|
|
@@ -37,21 +37,12 @@
|
|
|
37
37
|
"docker-pkg": "docker build -t node-agent .",
|
|
38
38
|
"extract-licenses": "node scripts/extract-licenses",
|
|
39
39
|
"fix": "eslint . --fix",
|
|
40
|
+
"prepare": "husky install || true",
|
|
40
41
|
"preversion": "npm run test:gh-ci"
|
|
41
42
|
},
|
|
42
|
-
"husky": {
|
|
43
|
-
"hooks": {
|
|
44
|
-
"pre-commit": "lint-staged && npx ls-lint"
|
|
45
|
-
}
|
|
46
|
-
},
|
|
47
43
|
"lint-staged": {
|
|
48
|
-
"
|
|
49
|
-
|
|
50
|
-
"git add"
|
|
51
|
-
],
|
|
52
|
-
"**/*.sh": [
|
|
53
|
-
"shellcheck -x"
|
|
54
|
-
]
|
|
44
|
+
"*.js": "eslint --fix",
|
|
45
|
+
"*.sh": "shellcheck -x"
|
|
55
46
|
},
|
|
56
47
|
"bin": {
|
|
57
48
|
"node-contrast": "cli.js",
|
|
@@ -149,12 +140,12 @@
|
|
|
149
140
|
"form-data": "^3.0.0",
|
|
150
141
|
"glob": "^7.1.4",
|
|
151
142
|
"handlebars": "^4.7.7",
|
|
152
|
-
"husky": "^
|
|
143
|
+
"husky": "^6.0.0",
|
|
153
144
|
"joi": "^17.4.0",
|
|
154
145
|
"jsdoc": "^3.6.3",
|
|
155
146
|
"libxmljs": "file:test/mock/libxmljs",
|
|
156
147
|
"libxmljs2": "file:test/mock/libxmljs2",
|
|
157
|
-
"lint-staged": "^
|
|
148
|
+
"lint-staged": "^11.0.0",
|
|
158
149
|
"madge": "^4.0.1",
|
|
159
150
|
"marsdb": "file:test/mock/marsdb",
|
|
160
151
|
"mocha": "^8.2.0",
|