🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

top-coverage-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

top-coverage-webpack-plugin - npm Package Compare versions

Comparing version
1.2.0
to
1.2.1
+1
-1
package.json
{
"name": "top-coverage-webpack-plugin",
"version": "1.2.0",
"version": "1.2.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -242,2 +242,3 @@ <!--

// 获取覆盖率文件列表
console.log("list1", list1)
const keys = Object.keys(outJson);

@@ -251,4 +252,6 @@ let list2 = keys.map((item) => {

});
console.log("list2", list2)
// 找出 list1 和 list2 公用的元素
let list3 = list1.filter((item) => list2.includes(item));
console.log("list3", list3)
// 根据 list3 过滤 outJson 对象的 key

@@ -255,0 +258,0 @@ let result = {};