New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

xml-encryption

Package Overview
Dependencies
Maintainers
49
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xml-encryption - npm Package Compare versions

Comparing version 1.2.4 to 1.3.0

2

lib/xmlenc.js
var crypto = require('crypto');
var xmldom = require('xmldom');
var xmldom = require('@xmldom/xmldom');
var xpath = require('xpath');

@@ -4,0 +4,0 @@ var utils = require('./utils');

{
"name": "xml-encryption",
"version": "1.2.4",
"version": "1.3.0",
"lockfileVersion": 1,

@@ -52,2 +52,7 @@ "requires": true,

},
"@xmldom/xmldom": {
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.7.0.tgz",
"integrity": "sha512-imgPU2uvItdwBSO/q/k/pntmrYm/bjiD3Xs6O2daALR1lBjif7JVxS1RYAwTcYxZUPHeBAoiKUcGpyCD9+MRRg=="
},
"ansi-colors": {

@@ -390,5 +395,5 @@ "version": "3.2.3",

"glob-parent": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz",
"integrity": "sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==",
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
"integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
"dev": true,

@@ -1060,7 +1065,2 @@ "requires": {

},
"xmldom": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.6.0.tgz",
"integrity": "sha512-iAcin401y58LckRZ0TkI4k0VSM1Qg0KGSc3i8rU+xrxe19A/BN1zHyVSJY7uoutVlaTSzYyk/v5AmkewAP7jtg=="
},
"xpath": {

@@ -1067,0 +1067,0 @@ "version": "0.0.32",

{
"name": "xml-encryption",
"version": "1.2.4",
"version": "1.3.0",
"devDependencies": {

@@ -23,5 +23,5 @@ "mocha": "^7.1.2",

"dependencies": {
"@xmldom/xmldom": "^0.7.0",
"escape-html": "^1.0.3",
"node-forge": "^0.10.0",
"xmldom": "~0.6.0",
"xpath": "0.0.32"

@@ -28,0 +28,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc