xml-crypto
Advanced tools
Comparing version 2.1.3 to 2.1.4
@@ -211,3 +211,8 @@ /* jshint laxcomma: true */ | ||
var res = this.processInner(node, [], defaultNs, defaultNsForPrefix, ancestorNamespaces); | ||
var prefixesInScope = []; | ||
for (var i = 0; i < ancestorNamespaces.length; i++) { | ||
prefixesInScope.push(ancestorNamespaces[i].prefix); | ||
} | ||
var res = this.processInner(node, prefixesInScope, defaultNs, defaultNsForPrefix, ancestorNamespaces); | ||
return res; | ||
@@ -214,0 +219,0 @@ }; |
{ | ||
"name": "xml-crypto", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"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
75123
1370