@nlo/currency-formatter
Advanced tools
Comparing version 0.0.1-alpha.84 to 0.0.1-alpha.85
@@ -63,4 +63,4 @@ "use strict"; | ||
} | ||
money = money * 100; | ||
return Math.round(money); | ||
var cents = money * 100; | ||
return Math.round(cents); | ||
}; | ||
@@ -67,0 +67,0 @@ CurrencyFormatter.prototype.isUnsafeInteger = function (integer) { |
{ | ||
"name": "@nlo/currency-formatter", | ||
"version": "0.0.1-alpha.84+4afcc9b", | ||
"version": "0.0.1-alpha.85+004eb93", | ||
"description": "", | ||
@@ -23,3 +23,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "4afcc9b493bf488d41983d4cc214d53e327e79f4" | ||
"gitHead": "004eb9393ef1a6164c0d0c919e3d84da0c399672" | ||
} |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
3984
1