simple-xml-reader
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "simple-xml-reader", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Utility for load xml files with stream", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -17,3 +17,3 @@ # simple-xml-reader | ||
const fs = require('fs') | ||
const xmlParser = require('simple-xml-reader') | ||
const { xmlParser } = require('simple-xml-reader') | ||
@@ -20,0 +20,0 @@ const write = (fn) => { |
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
17318