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

deleight

Package Overview
Dependencies
Maintainers
0
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deleight - npm Package Compare versions

Comparing version 5.4.0 to 5.4.1

4

dist/cjs/dom/element/element.js

@@ -120,3 +120,5 @@ "use strict";

comp = content[i];
if (comp instanceof Function)
if (comp instanceof Element)
comp.appendChild(element);
else if (comp instanceof Function)
comp(element);

@@ -123,0 +125,0 @@ else

@@ -116,3 +116,5 @@ /**

comp = content[i];
if (comp instanceof Function)
if (comp instanceof Element)
comp.appendChild(element);
else if (comp instanceof Function)
comp(element);

@@ -119,0 +121,0 @@ else

{
"name": "deleight",
"version": "5.4.0",
"version": "5.4.1",
"description": "A library with 9 modules for writing more expressive web applications with traditional HTML, CSS and JavaScript.",

@@ -5,0 +5,0 @@ "type": "module",

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