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

jest-sonar

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-sonar - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

CODE_OF_CONDUCT.md

4

CHANGELOG.md

@@ -5,2 +5,6 @@ # Changelog

### [0.1.1](https://github.com/sh33dafi/jest-sonar/compare/v0.1.0...v0.1.1) (2019-07-11)
## [0.1.0](https://github.com/sh33dafi/jest-sonar/compare/v0.0.2...v0.1.0) (2019-07-10)

@@ -7,0 +11,0 @@

{
"name": "jest-sonar",
"version": "0.1.0",
"version": "0.1.1",
"description": "A sonar reporter for jest",
"keywords": [
"jest",
"sonar",
"sonarqube",
"test",
"report"
],
"main": "index.js",

@@ -6,0 +13,0 @@ "repository": "git@github.com:sh33dafi/jest-sonar.git",

8

README.md
# jest-sonar
jest-sonar is a custom test reporter for [Jest](https://jestjs.io/).
It converts the generated report into Sonar's [Generic Execution format](https://docs.sonarqube.org/latest/analysis/generic-test/#header-2)
It converts the generated report into Sonar's [Generic Execution format](https://docs.sonarqube.org/latest/analysis/generic-test/#header-2).

@@ -43,3 +43,3 @@ [![Build Status](https://travis-ci.org/sh33dafi/jest-sonar.svg?branch=master)](https://travis-ci.org/sh33dafi/jest-sonar)

You can set these options when defining the reporter in `jest.config`
You can set these options when defining the reporter in `jest.config`:

@@ -59,3 +59,3 @@ ```javascript

## Contribution
We welcome contributions to this project, either by submitting bug reports, submitting feature requests or submitting pull requests.
Contributions to this project are welcome, either by submitting bug reports, submitting feature requests or submitting pull requests.

@@ -73,3 +73,1 @@ ### Creating a pull request

This project uses the [MIT](LICENSE) licence.
## FAQ
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