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

@xmldom/xmldom

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xmldom/xmldom - npm Package Compare versions

Comparing version 0.9.5 to 0.9.6

14

CHANGELOG.md

@@ -7,2 +7,16 @@ # Changelog

## [0.9.6](https://github.com/xmldom/xmldom/compare/0.9.5...0.9.6)
### Fixed
- lower error level for unicode replacement character [`#790`](https://github.com/xmldom/xmldom/issues/790) / [`#794`](https://github.com/xmldom/xmldom/pull/794) / [`#797`](https://github.com/xmldom/xmldom/pull/797)
### Chore
- updated devDependencies
- migrate renovate config [`#792`](https://github.com/xmldom/xmldom/pull/792)
Thank you, [@eglitise](https://github.com/eglitise), for your contributions.
## [0.9.5](https://github.com/xmldom/xmldom/compare/0.9.4...0.9.5)

@@ -9,0 +23,0 @@

2

lib/sax.js

@@ -52,3 +52,3 @@ 'use strict';

if (source.indexOf(g.UNICODE_REPLACEMENT_CHARACTER) >= 0) {
return errorHandler.fatalError('Unicode replacement character detected, source encoding issues?');
errorHandler.warning('Unicode replacement character detected, source encoding issues?');
}

@@ -55,0 +55,0 @@

{
"name": "@xmldom/xmldom",
"version": "0.9.5",
"version": "0.9.6",
"description": "A pure JavaScript W3C standard-based (XML DOM Level 2 Core) DOMParser and XMLSerializer module.",

@@ -46,3 +46,3 @@ "keywords": [

"devDependencies": {
"@homer0/prettier-plugin-jsdoc": "9.0.2",
"@homer0/prettier-plugin-jsdoc": "9.1.0",
"@jazzer.js/core": "2.1.0",

@@ -55,3 +55,3 @@ "@jazzer.js/jest-runner": "2.1.0",

"eslint-plugin-es5": "1.5.0",
"eslint-plugin-n": "17.11.1",
"eslint-plugin-n": "17.14.0",
"eslint-plugin-prettier": "5.2.1",

@@ -62,6 +62,6 @@ "get-stream": "6.0.1",

"np": "8.0.4",
"prettier": "3.3.3",
"prettier": "3.4.1",
"rxjs": "7.8.1",
"xmltest": "2.0.1",
"yauzl": "3.1.3"
"xmltest": "2.0.3",
"yauzl": "3.2.0"
},

@@ -68,0 +68,0 @@ "bugs": {

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