snyk 1.898.0 → 1.901.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.
@@ -146785,7 +146785,7 @@ try {
146785
146785
  /* module decorator */ module = __webpack_require__.nmd(module);
146786
146786
 
146787
146787
  try {
146788
- process.dlopen(module, __dirname + __webpack_require__(85622).sep + __webpack_require__.p + "40cf6a2a122f428f36162214ee991bf2.node");
146788
+ process.dlopen(module, __dirname + __webpack_require__(85622).sep + __webpack_require__.p + "061aca7bf31c734e2cfba040f84d8b4d.node");
146789
146789
  } catch (error) {
146790
146790
  throw new Error('node-loader:\n' + error);
146791
146791
  }
@@ -154670,7 +154670,7 @@ async function scan(options) {
154670
154670
  const target = await git_1.getTarget();
154671
154671
  debug_1.debug('target %o \n', target);
154672
154672
  const gitInfo = hosted_git_info_1.fromUrl(target.remoteUrl);
154673
- const name = options.projectName || (gitInfo === null || gitInfo === void 0 ? void 0 : gitInfo.project) || path.basename(projectRoot);
154673
+ const name = options['project-name'] || (gitInfo === null || gitInfo === void 0 ? void 0 : gitInfo.project) || path.basename(projectRoot);
154674
154674
  debug_1.debug('name %o \n', name);
154675
154675
  const scanResults = [
154676
154676
  {