fast-xml-builder
Advanced tools
+2
-1
@@ -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 |
+3
-1
@@ -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 = { |
+1
-1
| { | ||
| "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", |
+4
-1
@@ -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 @@ /** |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
153866
0.15%960
0.21%