xml-crypto
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -497,3 +497,5 @@ var select = require('xpath.js') | ||
if (typeof Buffer.from === 'function') { | ||
var majorVersion = /^v(\d+)/.exec(process.version)[1]; | ||
if (+majorVersion >= 6) { | ||
buffer = Buffer.from(digest, 'base64'); | ||
@@ -500,0 +502,0 @@ expectedBuffer = Buffer.from(expectedDigest, 'base64'); |
{ | ||
"name": "xml-crypto", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Xml digital signature and encryption library for Node.js", | ||
@@ -5,0 +5,0 @@ "engines": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
70463
1244
0