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

lemonadejs

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lemonadejs - npm Package Compare versions

Comparing version 4.0.0-beta.2 to 4.0.0-beta.3

8

dist/index.js

@@ -137,3 +137,3 @@ /**

const isDOM = function(o) {
return (o instanceof Element || o instanceof HTMLDocument || o instanceof DocumentFragment);
return (o instanceof HTMLElement || o instanceof Element || o instanceof DocumentFragment);
}

@@ -864,7 +864,7 @@

}
// Process the first child
o = o.firstChild;
}
// Process the first child
o = o.firstChild;
// Keep reference to the root elements

@@ -871,0 +871,0 @@ if (o.tagName === 'ROOT') {

@@ -142,3 +142,3 @@ /**

const isDOM = function(o) {
return (o instanceof Element || o instanceof HTMLDocument || o instanceof DocumentFragment);
return (o instanceof HTMLElement || o instanceof Element || o instanceof DocumentFragment);
}

@@ -869,7 +869,7 @@

}
// Process the first child
o = o.firstChild;
}
// Process the first child
o = o.firstChild;
// Keep reference to the root elements

@@ -876,0 +876,0 @@ if (o.tagName === 'ROOT') {

@@ -42,3 +42,3 @@ {

"types": "dist/lemonade.d.ts",
"version": "4.0.0-beta.2"
"version": "4.0.0-beta.3"
}
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