mass-random
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -68,4 +68,3 @@ module.exports = { | ||
for (let key in this.stats){ | ||
weightings[key] = this.weightingCalculator(this.stats[key]); | ||
console.log(key+': '+weightings[key]); | ||
weightings[key] = this.weightingCalculator(this.stats[key], key); | ||
} | ||
@@ -72,0 +71,0 @@ |
{ | ||
"name": "mass-random", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "nodejs random functions library", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
9034
5
252
1