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

wct-istanbub

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wct-istanbub - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

lib/middleware.js

@@ -110,2 +110,4 @@ var _ = require('lodash');

blacklist = blacklist.concat(options.exclude);
} else {
blacklist = blacklist.concat(['**/test/**']);
}

@@ -112,0 +114,0 @@ var whitelist = options.include.map(x => basepath + x);

2

package.json
{
"name": "wct-istanbub",
"version": "0.0.6",
"version": "0.0.7",
"description": "Instanbul coverage reporting for projects being tested by web-component-tester",

@@ -5,0 +5,0 @@ "main": "lib/plugin.js",

@@ -32,7 +32,6 @@ WCT-istanbub

include: [
"**/*.js"
"**/*.html"
],
exclude: [
"/polymer/polymer.html",
"/platform/platform.html"
"**/test/**",
]

@@ -65,2 +64,5 @@ }

By default the '**/test/**' is excluded as istanbub crashes on some of the test tooling used by most projects
and testing the coverage of your test files is not really useful.
## Coverage Thresholds

@@ -94,4 +96,3 @@

exclude: [
"/polymer/polymer.html",
"/platform/platform.html"
"**/test/**
],

@@ -98,0 +99,0 @@ thresholds: {

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