Socket
Socket
Sign inDemoInstall

uland

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uland - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

18

esm/index.js

@@ -49,14 +49,6 @@ import {augmentor} from 'dom-augmentor';

let update = false;
const updateEntry = (entry, node, isHole) => {
const curr = entry.node;
if (node !== curr) {
if (curr) {
const updateEntry = (entry, node) => {
if (node !== entry.node) {
if (entry.node)
update = true;
if (isHole) {
// TODO: fix wired fragments too
const {parentNode} = curr;
if (parentNode)
parentNode.replaceChild(node, curr);
}
}
entry.node = node;

@@ -70,6 +62,6 @@ }

unrollHole(info, hole);
updateEntry(entry, view(entry, hole), true);
updateEntry(entry, view(entry, hole));
}
else
updateEntry(entry, hole, false);
updateEntry(entry, hole);
try { return entry.node; }

@@ -76,0 +68,0 @@ finally {

{
"name": "uland",
"version": "0.3.3",
"version": "0.3.4",
"main": "./cjs/index.js",

@@ -5,0 +5,0 @@ "scripts": {

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