@wmfs/xml-flatten2csv
Advanced tools
Comparing version 1.11.0 to 1.12.0
@@ -0,1 +1,3 @@ | ||
# [1.12.0](https://github.com/wmfs/xml-flatten2csv/compare/v1.11.0...v1.12.0) (2024-11-04) | ||
# [1.11.0](https://github.com/wmfs/xml-flatten2csv/compare/v1.10.0...v1.11.0) (2024-11-04) | ||
@@ -2,0 +4,0 @@ |
const path = require('path') | ||
const fs = require('fs') | ||
const mkdirp = require('mkdirp') | ||
const { mkdirp } = require('mkdirp') | ||
@@ -5,0 +5,0 @@ const eol = '\n' |
{ | ||
"name": "@wmfs/xml-flatten2csv", | ||
"version": "1.11.0", | ||
"version": "1.12.0", | ||
"description": "Flattened XML file to CSV file", | ||
@@ -25,3 +25,3 @@ "author": "West Midlands Fire Service", | ||
"jsonpath": "1.1.1", | ||
"mkdirp": "2.1.6", | ||
"mkdirp": "3.0.1", | ||
"sax": "1.4.1" | ||
@@ -28,0 +28,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
97686
+ Addedmkdirp@3.0.1(transitive)
- Removedmkdirp@2.1.6(transitive)
Updatedmkdirp@3.0.1