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 2.0.2 to 2.1.0

2

package.json

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

},
"version": "2.0.2",
"version": "2.1.0",
"main": "src/index.js",

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

@@ -12,3 +12,4 @@ export interface ScanExecutorSchema {

skipImplicitDeps?: boolean;
testInclusions?: string;
verbose?: boolean;
}

@@ -53,2 +53,7 @@ {

},
"testInclusions": {
"description": "Comma-delimited list of test file path patterns to be included in analysis. When set, only test files matching the paths set here will be included in analysis",
"type": "string",
"default": "**/*.spec.ts"
},
"verbose": {

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

@@ -85,2 +85,4 @@ "use strict";

'sonar.sourceEncoding': 'UTF-8',
'sonar.tests': paths.sources,
'sonar.test.inclusions': options.testInclusions,
'sonar.typescript.tsconfigPath': 'tsconfig.base.json',

@@ -87,0 +89,0 @@ 'sonar.verbose': String(options.verbose),

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