🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

isomorphic-xml2js

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

isomorphic-xml2js - npm Package Compare versions

Comparing version

to
0.0.2

8

package.json
{
"name": "isomorphic-xml2js",
"version": "0.0.1",
"version": "0.0.2",
"description": "XML parsing for browser and node.js",

@@ -19,3 +19,3 @@ "main": "dist/lib/index.js",

"type": "git",
"url": "https://www.github.com/RikkiGibson/isomorphic-xml2js"
"url": "https://github.com/RikkiGibson/isomorphic-xml2js"
},

@@ -38,3 +38,2 @@ "keywords": [

"@types/webpack-dev-middleware": "^2.0.1",
"@types/xml2js": "^0.4.2",
"express": "^4.16.3",

@@ -53,4 +52,5 @@ "glob": "^7.1.2",

"dependencies": {
"xml2js": "^0.4.19"
"xml2js": "^0.4.19",
"@types/xml2js": "^0.4.2"
}
}