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.11

2

package.json

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

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

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

declare module '@jdalton/simple-xml-to-json' {
export type ASTConverter = (ast: XMLRootNode) => JSON_LD_Object | null
export interface ASTConverter {
convert: (ast: XMLRootNode) => JSON_LD_Object | null
}
export type LexerKnownAttrib = (attrName: string) => boolean

@@ -4,0 +6,0 @@ export type LexerKnownElement = (tagName: string) => boolean