xml-crypto
Advanced tools
Comparing version 2.1.2 to 2.1.3
var xpath = require('xpath') | ||
, Dom = require('xmldom').DOMParser | ||
, Dom = require('@xmldom/xmldom').DOMParser | ||
, utils = require('./utils') | ||
@@ -4,0 +4,0 @@ , c14n = require('./c14n-canonicalization') |
{ | ||
"name": "xml-crypto", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "Xml digital signature and encryption library for Node.js", | ||
@@ -13,3 +13,3 @@ "engines": { | ||
"dependencies": { | ||
"xmldom": "^0.6.0", | ||
"@xmldom/xmldom": "^0.7.0", | ||
"xpath": "0.0.32" | ||
@@ -16,0 +16,0 @@ }, |
@@ -132,3 +132,3 @@ ## xml-crypto | ||
var select = require('xml-crypto').xpath | ||
, dom = require('xmldom').DOMParser | ||
, dom = require('@xmldom/xmldom').DOMParser | ||
, SignedXml = require('xml-crypto').SignedXml | ||
@@ -135,0 +135,0 @@ , FileKeyInfo = require('xml-crypto').FileKeyInfo |
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
74965
+ Added@xmldom/xmldom@^0.7.0
+ Added@xmldom/xmldom@0.7.13(transitive)
- Removedxmldom@^0.6.0
- Removedxmldom@0.6.0(transitive)