Socket
Socket
Sign inDemoInstall

codecov

Package Overview
Dependencies
Maintainers
5
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codecov - npm Package Compare versions

Comparing version 3.8.2 to 3.8.3

24

CHANGELOG.md

@@ -0,7 +1,25 @@

## 3.8.3
### Fixes
- #329 fix: Test if response has two lines
### Dependencies
- #306 Bump eslint-config-prettier from 7.2.0 to 8.3.0
- #305 Bump eslint from 7.21.0 to 7.25.0
- #302 Bump mock-fs from 4.13.0 to 4.14.0
- #308 Bump lodash from 4.17.19 to 4.17.21
- #309 Bump ignore-walk from 3.0.3 to 3.0.4
- #310 Bump hosted-git-info from 2.8.8 to 2.8.9
- #325 Bump prettier from 2.2.1 to 2.3.2
- #326 Bump actions/setup-node from 2.1.5 to 2.2.0
- #328 Bump lint-staged from 10.5.4 to 11.0.1
- #330 Bump eslint from 7.25.0 to 7.31.0
- #331 Bump ws from 7.3.1 to 7.5.3
- #332 Bump urlgrey from 0.4.4 to 1.0.0
- #334 Bump husky from 6.0.0 to 7.0.1
- #333 Bump teeny-request from 7.0.1 to 7.1.1
## 3.8.2
### Fixes
- #304 Add coverage-final.json as a possible coverage file during file lookup
- # Add coverage-final.json as a possible coverage file during file lookup
## 3.8.1

@@ -8,0 +26,0 @@

@@ -212,2 +212,4 @@ var fs = require('fs')

)
} else if (result.split('\n').length !== 2) {
console.log(' Could not upload to Codecov: ' + result)
} else {

@@ -214,0 +216,0 @@ var codecov_report_url = result.split('\n')[0]

18

package.json
{
"name": "codecov",
"version": "3.8.2",
"version": "3.8.3",
"description": "Uploading report to Codecov: https://codecov.io",

@@ -35,15 +35,15 @@ "main": "index.js",

"argv": "0.0.2",
"ignore-walk": "3.0.3",
"ignore-walk": "3.0.4",
"js-yaml": "3.14.1",
"teeny-request": "7.0.1",
"urlgrey": "0.4.4"
"teeny-request": "7.1.1",
"urlgrey": "1.0.0"
},
"devDependencies": {
"eslint": "^7.7.0",
"eslint-config-prettier": "^7.0.0",
"husky": "6.0.0",
"eslint-config-prettier": "^8.3.0",
"husky": "7.0.1",
"jest": "^26.4.1",
"lint-staged": "10.5.4",
"mock-fs": "4.13.0",
"prettier": "2.2.1"
"lint-staged": "11.0.1",
"mock-fs": "4.14.0",
"prettier": "2.3.2"
},

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

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