mocha-reporter-sonarqube
Advanced tools
Comparing version 2.0.4 to 2.0.5
{ | ||
"name": "mocha-reporter-sonarqube", | ||
"version": "2.0.4", | ||
"description": "Mocha reporter for SonarQube", | ||
"version": "2.0.5", | ||
"main": "dist/lib/index.js", | ||
@@ -27,11 +28,11 @@ "scripts": { | ||
"devDependencies": { | ||
"@myrotvorets/buffer-stream": "^1.3.4", | ||
"@myrotvorets/eslint-config-myrotvorets-ts": "^2.21.0", | ||
"@types/chai": "^4.3.6", | ||
"@types/mocha": "^10.0.2", | ||
"@types/node": "^20.8.3", | ||
"@myrotvorets/buffer-stream": "^1.4.0", | ||
"@myrotvorets/eslint-config-myrotvorets-ts": "^2.22.6", | ||
"@types/chai": "^4.3.9", | ||
"@types/mocha": "^10.0.3", | ||
"@types/node": "^20.8.9", | ||
"chai": "^4.3.10", | ||
"eslint-plugin-mocha": "^10.2.0", | ||
"mocha": "^10.2.0", | ||
"mocha-reporter-gha": "^1.1.0", | ||
"mocha-reporter-gha": "^1.1.1", | ||
"nyc": "^15.1.0", | ||
@@ -41,3 +42,2 @@ "ts-node": "^10.9.1", | ||
}, | ||
"description": "Mocha reporter for SonarQube", | ||
"dependencies": { | ||
@@ -57,3 +57,6 @@ "@xmldom/xmldom": "^0.8.0" | ||
"test": "test" | ||
}, | ||
"publishConfig": { | ||
"provenance": true | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11587