xml-converter
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "xml-converter", | ||
"author": "DonVietnam", | ||
"version": "1.0.0", | ||
"author": { | ||
"name": "DonVietnam", | ||
"email" : "don.vietnam.js@gmail.com" | ||
}, | ||
"version": "1.0.1", | ||
"description": "A module for converting between XML format and JavaScript objects.", | ||
@@ -26,5 +29,10 @@ "license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/DonVietnam/xml-converter/issues" | ||
"url": "https://github.com/DonVietnam/xml-converter/issues", | ||
"email" : "don.vietnam.js@gmail.com" | ||
}, | ||
"homepage": "https://github.com/DonVietnam/xml-converter", | ||
"files": [ | ||
"lib/", | ||
"index.d.ts" | ||
], | ||
"main": "index.js", | ||
@@ -39,3 +47,3 @@ "types": "index.d.ts", | ||
"engines": { | ||
"node": "^16" | ||
"node": ">=16" | ||
}, | ||
@@ -47,6 +55,3 @@ "devDependencies": { | ||
"typescript": "^4.4.4" | ||
}, | ||
"dependencies": { | ||
"fast-xml-parser": "^3.21.1" | ||
} | ||
} |
@@ -9,3 +9,3 @@ # xml-converter | ||
- Node.js version ^16. | ||
- Node.js version >=16. | ||
@@ -12,0 +12,0 @@ ## Installation |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
0
0
13804
9
263
- Removedfast-xml-parser@^3.21.1
- Removedfast-xml-parser@3.21.1(transitive)
- Removedstrnum@1.1.1(transitive)