snyk 1.835.0 → 1.836.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/dist/cli/{2b84c982c93850d7586ac93402d727cb.node → 40cf6a2a122f428f36162214ee991bf2.node} +0 -0
- package/dist/cli/562.index.js +26 -2
- package/dist/cli/562.index.js.map +1 -1
- package/dist/cli/c17ed56758ba0554e887c3bde565f447.node +0 -0
- package/dist/cli/index.js +0 -8
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/thirdPartyNotice.json +9 -0
- package/package.json +2 -2
package/dist/cli/{2b84c982c93850d7586ac93402d727cb.node → 40cf6a2a122f428f36162214ee991bf2.node}
RENAMED
|
Binary file
|
package/dist/cli/562.index.js
CHANGED
|
@@ -71637,6 +71637,16 @@ function objectToString(o) {
|
|
|
71637
71637
|
}
|
|
71638
71638
|
|
|
71639
71639
|
|
|
71640
|
+
/***/ }),
|
|
71641
|
+
|
|
71642
|
+
/***/ 75487:
|
|
71643
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
71644
|
+
|
|
71645
|
+
const binding = __webpack_require__(62536);
|
|
71646
|
+
|
|
71647
|
+
module.exports = binding.getCPUInfo;
|
|
71648
|
+
|
|
71649
|
+
|
|
71640
71650
|
/***/ }),
|
|
71641
71651
|
|
|
71642
71652
|
/***/ 10346:
|
|
@@ -152103,6 +152113,20 @@ const arrify = value => {
|
|
|
152103
152113
|
module.exports = arrify;
|
|
152104
152114
|
|
|
152105
152115
|
|
|
152116
|
+
/***/ }),
|
|
152117
|
+
|
|
152118
|
+
/***/ 62536:
|
|
152119
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
152120
|
+
|
|
152121
|
+
/* module decorator */ module = __webpack_require__.nmd(module);
|
|
152122
|
+
|
|
152123
|
+
try {
|
|
152124
|
+
process.dlopen(module, __dirname + __webpack_require__(85622).sep + __webpack_require__.p + "c17ed56758ba0554e887c3bde565f447.node");
|
|
152125
|
+
} catch (error) {
|
|
152126
|
+
throw new Error('node-loader:\n' + error);
|
|
152127
|
+
}
|
|
152128
|
+
|
|
152129
|
+
|
|
152106
152130
|
/***/ }),
|
|
152107
152131
|
|
|
152108
152132
|
/***/ 52765:
|
|
@@ -152111,7 +152135,7 @@ module.exports = arrify;
|
|
|
152111
152135
|
/* module decorator */ module = __webpack_require__.nmd(module);
|
|
152112
152136
|
|
|
152113
152137
|
try {
|
|
152114
|
-
process.dlopen(module, __dirname + __webpack_require__(85622).sep + __webpack_require__.p + "
|
|
152138
|
+
process.dlopen(module, __dirname + __webpack_require__(85622).sep + __webpack_require__.p + "40cf6a2a122f428f36162214ee991bf2.node");
|
|
152115
152139
|
} catch (error) {
|
|
152116
152140
|
throw new Error('node-loader:\n' + error);
|
|
152117
152141
|
}
|
|
@@ -236046,7 +236070,7 @@ const crypto = __webpack_require__(76417);
|
|
|
236046
236070
|
|
|
236047
236071
|
let cpuInfo;
|
|
236048
236072
|
try {
|
|
236049
|
-
cpuInfo = __webpack_require__(
|
|
236073
|
+
cpuInfo = __webpack_require__(75487)();
|
|
236050
236074
|
} catch {}
|
|
236051
236075
|
|
|
236052
236076
|
const { bindingAvailable } = __webpack_require__(83877);
|