paytmchecksum
Advanced tools
Comparing version
{ | ||
"name": "paytmchecksum", | ||
"description": "This is for paytm checksum creation and verification in node", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"author": "Soumya Vats", | ||
@@ -21,2 +21,2 @@ "main": "PaytmChecksum.js", | ||
} | ||
} | ||
} |
@@ -79,3 +79,3 @@ "use strict"; | ||
Object.keys(params).sort().forEach(function(key,value) { | ||
data[key] = (params[key] !== null && params[key].toLowerCase() !== "null") ? params[key] : ""; | ||
data[key] = (params[key] !== null && params[key].toLowerCase() !== null) ? params[key] : ""; | ||
}); | ||
@@ -95,2 +95,2 @@ return Object.values(data).join('|'); | ||
PaytmChecksum.iv = '@@@@&&&&####$$$$'; | ||
module.exports = PaytmChecksum; | ||
module.exports = PaytmChecksum; |
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
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
117
0.86%