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

DOMBuilder

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

DOMBuilder - npm Package Compare versions

Comparing version 1.4.2 to 1.4.3

4

DOMBuilder.js

@@ -662,3 +662,3 @@ (function(__global__, undefined)

var DOMBuilder = {
version: "1.4.2",
version: "1.4.3",

@@ -758,3 +758,3 @@ /**

var child = children[i];
if (child.nodeType)
if (child && child.nodeType)
{

@@ -761,0 +761,0 @@ el.appendChild(child);

{
"name": "DOMBuilder",
"version": "1.4.2",
"version": "1.4.3",
"description": "Builder library - generate HTML or DOM Elements (mostly) interchangeably",

@@ -5,0 +5,0 @@ "tags": ["DOM", "HTML", "builder", "fragments"],

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