You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

fast-xml-builder

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fast-xml-builder - npm Package Compare versions

Comparing version
1.1.2
to
1.1.3
+2
-1
CHANGELOG.md

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

**1.1.3** (2026-03-13)
- declare Matcher & Expression as unknown so user is not forced to install path-expression-matcher
**1.1.2** (2026-03-11)

@@ -5,0 +6,0 @@ - fix typings

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

const { Expression } = require('path-expression-matcher');
// const { Expression } = require('path-expression-matcher');
type Matcher = unknown;
type Expression = unknown;

@@ -4,0 +6,0 @@ type XmlBuilderOptions = {

{
"name": "fast-xml-builder",
"version": "1.1.2",
"version": "1.1.3",
"description": "Build XML from JSON without C/C++ based libraries",

@@ -5,0 +5,0 @@ "main": "./lib/fxb.cjs",

@@ -1,3 +0,6 @@

import { Expression } from 'path-expression-matcher';
// import { Expression } from 'path-expression-matcher';
type Matcher = unknown;
type Expression = unknown;
export type XmlBuilderOptions = {

@@ -4,0 +7,0 @@ /**