🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

nanomorph

Package Overview
Dependencies
Maintainers
26
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nanomorph - npm Package Compare versions

Comparing version

to
6.0.0-beta3

4

index.js

@@ -102,3 +102,3 @@ var assert = require('assert')

if (isProxy(newChild) && newChild.realNode) {
oldNode.appendChild(newChild.realNode)
break
} else {

@@ -146,3 +146,3 @@ oldNode.appendChild(newChild)

if (isProxy(newChild) && !newChild.isSameNode(oldChild) && newChild.realNode) {
oldNode.insertBefore(newChild.realNode, oldChild)
break
} else {

@@ -149,0 +149,0 @@ oldNode.insertBefore(newChild, oldChild)

{
"name": "nanomorph",
"version": "6.0.0-beta2",
"version": "6.0.0-beta3",
"description": "Hyper fast diffing algorithm for real DOM nodes",

@@ -5,0 +5,0 @@ "main": "index.js",