You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@casualbot/jest-sonar-reporter

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@casualbot/jest-sonar-reporter - npm Package Compare versions

Comparing version

to
1.2.1

2

package.json
{
"name": "@casualbot/jest-sonar-reporter",
"version": "1.2.0",
"version": "1.2.1",
"description": "A Sonar test reporter for Jest.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -5,3 +5,2 @@ # Jest Sonar Reporter

[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=CasualBot_jest-sonar-reporter&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=CasualBot_jest-sonar-reporter)
[![wakatime](https://wakatime.com/badge/user/41388cf5-199b-46ef-ba4b-9d69e0dda390/project/1dc2b734-653c-4cd9-a5e1-1c2df44d609f.svg)](https://wakatime.com/badge/user/41388cf5-199b-46ef-ba4b-9d69e0dda390/project/1dc2b734-653c-4cd9-a5e1-1c2df44d609f)

@@ -42,3 +41,3 @@ `@casualbot/jest-sonar-scanner` is a custom results processor for Jest derived from Christian W. original work [here](https://github.com/3dmind/jest-sonar-reporter).

```shell
jest --ci --reporters=default --reporters=jest-sonar-reporter
jest --ci --reporters=default --reporters=@casualbot/jest-sonar-reporter
```

@@ -101,3 +100,3 @@

Or you can also define a `jest-sonar-reporter` key in your `package.json`. All are **string** values.
Or you can also define a `@casualbot/jest-sonar-reporter` key in your `package.json`. All are **string** values.

@@ -104,0 +103,0 @@ ```json

Sorry, the diff of this file is not supported yet