Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

codecov

Package Overview
Dependencies
Maintainers
3
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.3.0 to 3.4.0

lib/services/heroku.js

4

.eslintrc.json
{
"extends": ["eslint:recommended", "prettier"],
"env": {
"node": true,
"mocha": true
"jest": true
},

@@ -9,3 +10,2 @@ "globals": {

},
"extends": ["eslint:recommended", "prettier"],
"rules": {

@@ -12,0 +12,0 @@ "no-console": "off",

@@ -15,2 +15,3 @@ var services = {

gitlab: require('./services/gitlab'),
heroku: require('./services/heroku'),
}

@@ -17,0 +18,0 @@

{
"name": "codecov",
"version": "3.3.0",
"version": "3.4.0",
"description": "Uploading report to Codecov: https://codecov.io",
"main": "index.js",
"scripts": {
"precommit": "lint-staged",
"pretest": "eslint .",
"test": "nyc mocha -R spec"
"lint": "eslint .",
"pretest": "npm run lint",
"test": "jest --coverage"
},

@@ -36,27 +36,27 @@ "repository": {

"ignore-walk": "^3.0.1",
"js-yaml": "^3.12.0",
"teeny-request": "^3.7.0",
"js-yaml": "^3.13.0",
"teeny-request": "^3.11.3",
"urlgrey": "^0.4.4"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"expect.js": "^0.3.1",
"husky": "^0.14.3",
"lint-staged": "^7.2.0",
"mocha": "^5.2.0",
"mock-fs": "^4.6.0",
"nyc": "^12.0.2",
"prettier": "^1.13.7"
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.1.0",
"husky": "^1.3.1",
"jest": "^24.7.0",
"lint-staged": "^8.1.5",
"mock-fs": "^4.8.0",
"prettier": "^1.16.4"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint && lint-staged",
"pre-push": "npm test"
}
},
"lint-staged": {
"**/*.js": [
"prettier --write --parser=babylon",
"*.{ts,js,json,md}": [
"prettier --write",
"git add"
],
"**/*.json": [
"prettier --write --parser=json",
"git add"
]
}
}

@@ -106,1 +106,2 @@ # Codecov NodeJS Uploader

- v3.3.0 Added pipe with `--pipe`, `-l`
- v3.4.0 Added Heroku CI support

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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