Socket
Socket
Sign inDemoInstall

sax

Package Overview
Dependencies
0
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.3 to 0.5.4

test/xmlns-unbound-element.js

5

lib/sax.js

@@ -669,3 +669,3 @@ // wrapper for non-node envs

parser.tag.attributes.hasOwnProperty(parser.attribName)) {
return parser.attribName = parser.attribValue = ""
return parser.attribName = parser.attribValue = ""
}

@@ -723,3 +723,3 @@

tag.local = qn.local
tag.uri = tag.ns[qn.prefix] || qn.prefix
tag.uri = tag.ns[qn.prefix] || ""

@@ -729,2 +729,3 @@ if (tag.prefix && !tag.uri) {

+ JSON.stringify(parser.tagName))
tag.uri = qn.prefix
}

@@ -731,0 +732,0 @@

2

package.json

@@ -5,3 +5,3 @@ {

"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"version": "0.5.3",
"version": "0.5.4",
"main": "lib/sax.js",

@@ -8,0 +8,0 @@ "license": "BSD",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc