Socket
Socket
Sign inDemoInstall

js2xmlparser

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js2xmlparser - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

4

CHANGES.md

@@ -0,1 +1,5 @@

## 0.1.9 ##
* Fix error in example.js
## 0.1.8 ##

@@ -2,0 +6,0 @@

24

example/example.js

@@ -89,18 +89,10 @@ /* jshint node:true */

var example3 = {
myelement: {
dl: {
dt: [
"username",
{
"#": "tauren",
"=": "dd"
},
"mood",
{
"#": "happy",
"=": "dd"
}
]
}
}
"telephone": [
"123-555-4567",
{
"#": "789-555-4567",
"=": "fax"
},
"456-555-7890"
]
};

@@ -107,0 +99,0 @@

@@ -6,3 +6,3 @@ {

"homepage": "http://www.kourlas.net",
"version": "0.1.8",
"version": "0.1.9",
"author": "Michael Kourlas <michael@kourlas.net>",

@@ -9,0 +9,0 @@ "main": "./lib/js2xmlparser.js",

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