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.0.1 to 3.0.2

0

executors.json

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ {

2

package.json

@@ -7,3 +7,3 @@ {

},
"version": "3.0.1",
"version": "3.0.2",
"main": "src/index.js",

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

@@ -0,0 +0,0 @@ # @koliveira15/nx-sonarqube

@@ -13,4 +13,5 @@ export interface ScanExecutorSchema {

testInclusions?: string;
tsConfig?: string;
verbose?: boolean;
extra?: { [option: string]: string };
}

@@ -59,2 +59,7 @@ {

},
"tsConfig": {
"description": "Path to tsconfig.json",
"type": "string",
"default": "tsconfig.base.json"
},
"verbose": {

@@ -61,0 +66,0 @@ "description": "Add more detail to both client and server-side analysis logs",

@@ -124,3 +124,3 @@ "use strict";

'sonar.test.inclusions': options.testInclusions,
'sonar.typescript.tsconfigPath': 'tsconfig.base.json',
'sonar.typescript.tsconfigPath': options.tsConfig,
'sonar.verbose': String(options.verbose),

@@ -127,0 +127,0 @@ };

@@ -0,0 +0,0 @@ export interface NxSonarqubeGeneratorSchema {

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