You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@jdalton/simple-xml-to-json

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jdalton/simple-xml-to-json - npm Package Compare versions

Comparing version

to
1.2.12

2

package.json

@@ -25,3 +25,3 @@ {

"license": "MIT",
"version": "1.2.11",
"version": "1.2.12",
"author": "John-David <john.david.dalton@gmail.com>",

@@ -28,0 +28,0 @@ "main": "lib/simpleXmlToJson.min.js",

@@ -17,3 +17,3 @@ declare module '@jdalton/simple-xml-to-json' {

export function convertXML(xmlAsString: string, options?: ConvertXMLOptions) : JSON_LD_Object;
export function createAST(xmlAsString: string, options?: ConvertASTOptions): JSON_LD_Object;
export function createAST(xmlAsString: string, options?: ConvertASTOptions): XMLRootNode;

@@ -26,3 +26,3 @@ export type JSON_LD_Array = JSON_LD_Value[]

type: string
value: string | JSON_LD_Object
value: any
}

@@ -29,0 +29,0 @@ export type XMLChildNode = XMLElementNode | XMLContentNode

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.