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

gulp-codecov

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-codecov - npm Package Compare versions

Comparing version 3.0.4 to 3.0.5

2

index.js

@@ -9,3 +9,3 @@ 'use strict'

module.exports = opts =>
through.obj(function(file, enc, callback) {
through.obj(function (file, enc, callback) {
const sendToCodecov = (path, done) => {

@@ -12,0 +12,0 @@ const options = opts || {}

{
"name": "gulp-codecov",
"version": "3.0.4",
"version": "3.0.5",
"description": "Gulp plugin to submit code coverage to Codecov",

@@ -27,2 +27,3 @@ "keywords": [

"precommit": "lint-staged",
"prettier": "prettier-standard *.js test/*.js test/**/*.js",
"test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcov -- -R spec",

@@ -46,3 +47,3 @@ "codecov": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && gulp codecov && rm -rf ./coverage"

"mocha-lcov-reporter": "^1.3.0",
"prettier": "1.14.2",
"prettier-standard": "^8.0.1",
"sinon": "6.1.4",

@@ -58,7 +59,7 @@ "vinyl": "2.2.0"

"**/*.js": [
"prettier --write",
"prettier-standard",
"git add"
],
"*.js": [
"prettier --write",
"prettier-standard",
"git add"

@@ -65,0 +66,0 @@ ]

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