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

xml-converter

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xml-converter - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

19

package.json
{
"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

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