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

@oozcitak/dom

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oozcitak/dom - npm Package Compare versions

Comparing version 1.15.8 to 1.15.9

3

lib/parser/XMLParserImpl.js

@@ -35,2 +35,3 @@ "use strict";

var LocalNameSet_1 = require("../serializer/LocalNameSet");
var he_1 = require("he");
/**

@@ -105,3 +106,3 @@ * Represents a parser for XML content.

}
context.appendChild(doc.createTextNode(text.data));
context.appendChild(doc.createTextNode(he_1.decode(text.data)));
break;

@@ -108,0 +109,0 @@ case interfaces_1.TokenType.Element:

{
"name": "@oozcitak/dom",
"version": "1.15.8",
"version": "1.15.9",
"keywords": [

@@ -30,3 +30,4 @@ "dom",

"@oozcitak/url": "1.0.4",
"@oozcitak/util": "8.3.8"
"@oozcitak/util": "8.3.8",
"he": "1.2.0"
},

@@ -41,2 +42,3 @@ "devDependencies": {

"@types/xmldom": "*",
"@types/he": "*",
"benchmark": "*",

@@ -50,3 +52,3 @@ "chalk": "*",

"semver": "*",
"ts-jest": "*",
"ts-jest": "^26.3.0",
"ts-node": "*",

@@ -53,0 +55,0 @@ "typescript": "*",

@@ -0,0 +0,0 @@ # DOM

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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