Socket
Socket
Sign inDemoInstall

@passport-js/xtraverse

Package Overview
Dependencies
1
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.2 to 0.1.3

2

lib/collection.js
/**
* Module dependencies.
*/
var dom = require('xmldom')
var dom = require('@xmldom/xmldom')
, DOMParser = dom.DOMParser

@@ -6,0 +6,0 @@ , XMLSerializer = dom.XMLSerializer;

{
"name": "@passport-js/xtraverse",
"version": "0.1.2",
"version": "0.1.3",
"description": "Wrapper for simplifying XML traversal.",

@@ -31,8 +31,5 @@ "keywords": [

"main": "./lib",
"dependencies": {
"xmldom": "0.6.x"
},
"devDependencies": {
"mocha": "10.x.x",
"chai": "4.x.x"
"chai": "4.x.x",
"mocha": "10.x.x"
},

@@ -49,3 +46,3 @@ "engines": {

],
"harness" : "mocha",
"harness": "mocha",
"files": [

@@ -55,3 +52,6 @@ "test/bootstrap/testling.js",

]
},
"dependencies": {
"@xmldom/xmldom": "^0.8.6"
}
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc