xml-crypto
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -0,2 +1,6 @@ | ||
var select = require('xpath').select | ||
module.exports = require('./lib/signed-xml') | ||
module.exports.xpath = require('xpath').select | ||
module.exports.xpath = function(node, xpath) { | ||
return select(xpath, node) | ||
} |
{ | ||
"name": "xml-crypto", | ||
"version": "1.1.0", | ||
"version": "1.1.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
72661
1281