New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@koliveira15/nx-sonarqube

Package Overview
Dependencies
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@koliveira15/nx-sonarqube - npm Package Compare versions

Comparing version 3.5.0 to 3.5.1

2

package.json

@@ -9,3 +9,3 @@ {

},
"version": "3.5.0",
"version": "3.5.1",
"main": "./src/index.js",

@@ -12,0 +12,0 @@ "generators": "./generators.json",

@@ -69,3 +69,4 @@ "use strict";

}
else if (executor === '@nx/jest:jest' && ((_b = dep.testTarget.options) === null || _b === void 0 ? void 0 : _b.jestConfig)) {
else if (executor === '@nx/jest:jest' &&
((_b = dep.testTarget.options) === null || _b === void 0 ? void 0 : _b.jestConfig)) {
const jestConfigPath = dep.testTarget.options.jestConfig;

@@ -82,3 +83,3 @@ const jestConfig = (0, fs_1.readFileSync)(jestConfigPath, 'utf-8');

else {
devkit_1.logger.warn(`Skipping ${context.projectName} as it does not have a coverageDirectory in ${jestConfigPath}`);
devkit_1.logger.warn(`Skipping ${dep.name} as it does not have a coverageDirectory in ${jestConfigPath}`);
}

@@ -89,3 +90,3 @@ }

if (configPath === undefined) {
devkit_1.logger.warn(`Skipping ${context.projectName} as we cannot find a vite config file`);
devkit_1.logger.warn(`Skipping ${dep.name} as we cannot find a vite config file`);
return;

@@ -103,11 +104,11 @@ }

else {
devkit_1.logger.warn(`Skipping ${context.projectName} as it does not have a reportsDirectory in ${configPath}`);
devkit_1.logger.warn(`Skipping ${dep.name} as it does not have a reportsDirectory in ${configPath}`);
}
}
else {
devkit_1.logger.warn(`Skipping ${context.projectName} as it does not have a jestConfig`);
devkit_1.logger.warn(`Skipping ${dep.name} as it does not have a jestConfig`);
}
}
else {
devkit_1.logger.warn(`Skipping ${context.projectName} as it does not have a test target`);
devkit_1.logger.warn(`Skipping ${dep.name} as it does not have a test target`);
}

@@ -114,0 +115,0 @@ });

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc