Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

xml-parser-xo

Package Overview
Dependencies
Maintainers
0
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xml-parser-xo - npm Package Compare versions

Comparing version 4.1.1 to 4.1.2

2

dist/cjs/index.js

@@ -124,3 +124,3 @@ "use strict";

else {
match(/^<\/\s*[\w-:.\u00C0-\u00FF]+>/);
match(/^<\/[\w-:.\u00C0-\u00FF]+\s*>/);
}

@@ -127,0 +127,0 @@ return {

@@ -120,3 +120,3 @@ export class ParsingError extends Error {

else {
match(/^<\/\s*[\w-:.\u00C0-\u00FF]+>/);
match(/^<\/[\w-:.\u00C0-\u00FF]+\s*>/);
}

@@ -123,0 +123,0 @@ return {

{
"name": "xml-parser-xo",
"version": "4.1.1",
"version": "4.1.2",
"repository": "github:chrisbottin/xml-parser",

@@ -27,3 +27,3 @@ "bugs": {

"engines": {
"node": ">= 14"
"node": ">= 16"
},

@@ -30,0 +30,0 @@ "keywords": [

@@ -213,3 +213,3 @@ export type XmlParserOptions = {

} else {
match(/^<\/\s*[\w-:.\u00C0-\u00FF]+>/);
match(/^<\/[\w-:.\u00C0-\u00FF]+\s*>/);
}

@@ -216,0 +216,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc