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

count-component-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

count-component-webpack-plugin - npm Package Compare versions

Comparing version
1.2.18
to
1.2.19
+4
-4
dist/main.js

@@ -39,5 +39,5 @@ 'use strict';

var orderedObj = {};
Object.keys(trait).forEach(function (innerKey) {
// js对象键值对是有序的,拍一下方便看
orderedObj = Object.keys(flatObj[innerKey])
Object.keys(flatObj).forEach(function (innerKey) {
// js对象键值对是有序的,排一下方便看
orderedObj = Object.keys(flatObj)
.sort()

@@ -76,3 +76,3 @@ .reduce(function (acc, cur) {

});
lodash.mapKeys(tp.percentage, function (_, key) { return "".concat(key, "Per"); });
tp.percentage = lodash.mapKeys(tp.percentage, function (_, key) { return "".concat(key, "Per"); });
});

@@ -79,0 +79,0 @@ });

{
"name": "count-component-webpack-plugin",
"version": "1.2.18",
"version": "1.2.19",
"description": "count-components",

@@ -15,3 +15,7 @@ "main": "dist/main.js",

],
"author": "",
"author": "杜金华",
"repository": {
"type": "git",
"url": "https://github.com/FHSWar/count-components-webpack-plugin"
},
"license": "ISC",

@@ -18,0 +22,0 @@ "devDependencies": {