Socket
Socket
Sign inDemoInstall

sax

Package Overview
Dependencies
0
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.3 to 1.2.4

2

lib/sax.js

@@ -936,3 +936,3 @@ ;(function (sax) { // wrapper for non-node envs

entity = entity.replace(/^0+/, '')
if (numStr.toLowerCase() !== entity) {
if (isNaN(num) || numStr.toLowerCase() !== entity) {
strictFail(parser, 'Invalid character entity')

@@ -939,0 +939,0 @@ return '&' + parser.entity + ';'

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

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

@@ -24,4 +24,4 @@ "license": "ISC",

"standard": "^8.6.0",
"tap": "^10.0.2"
"tap": "^10.5.1"
}
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc