Huge News!Announcing our $40M Series B led by Abstract Ventures.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.2.7 to 0.2.8

6

CHANGELOG.md

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

### [0.2.8](https://github.com/sh33dafi/jest-sonar/compare/v0.2.7...v0.2.8) (2020-05-10)
### Security
* Updated versions of dependencies that had vulnerabilities.
### [0.2.7](https://github.com/sh33dafi/jest-sonar/compare/v0.2.6...v0.2.7) (2020-04-25)

@@ -7,0 +13,0 @@

24

package.json
{
"name": "jest-sonar",
"version": "0.2.7",
"version": "0.2.8",
"description": "A sonar reporter for jest",

@@ -22,16 +22,16 @@ "keywords": [

"devDependencies": {
"@commitlint/cli": "^8.1.0",
"@commitlint/config-conventional": "^8.1.0",
"@commitlint/travis-cli": "^8.1.0",
"eslint": "^6.2.1",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-prettier": "^3.1.0",
"husky": "^3.0.4",
"jest": "^24.8.0",
"prettier": "^1.18.2",
"standard-version": "^6.0.1"
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@commitlint/travis-cli": "^8.3.5",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"husky": "^4.2.5",
"jest": "^26.0.1",
"prettier": "^2.0.5",
"standard-version": "^8.0.0"
},
"dependencies": {
"entities": "2.0.0",
"strip-ansi": "5.2.0"
"strip-ansi": "6.0.0"
},

@@ -38,0 +38,0 @@ "husky": {

@@ -6,3 +6,3 @@ # jest-sonar

[![Build Status](https://travis-ci.org/sh33dafi/jest-sonar.svg?branch=master)](https://travis-ci.org/sh33dafi/jest-sonar)
[![Build Status](https://travis-ci.org/sh33dafi/jest-sonar.svg?branch=master&service=github)](https://travis-ci.org/sh33dafi/jest-sonar)
[![Maintainability](https://api.codeclimate.com/v1/badges/5d705f505c5aeca0a732/maintainability)](https://codeclimate.com/github/sh33dafi/jest-sonar/maintainability)

@@ -31,3 +31,3 @@ [![Test Coverage](https://api.codeclimate.com/v1/badges/5d705f505c5aeca0a732/test_coverage)](https://codeclimate.com/github/sh33dafi/jest-sonar/test_coverage)

...
};
}

@@ -55,3 +55,3 @@ ```

...
};
}

@@ -68,3 +68,3 @@ ```

1. Fork the repo on GitHub
2. Clone and make changes on your own machine
2. Clone and make changes on your machine
3. Commit and Push the changes to your fork

@@ -77,2 +77,2 @@ 4. Submit a Pull request so that we can review your changes

This project uses the [MIT](LICENSE) licence.
This project uses the [MIT](LICENSE) license.

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