You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
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-beta2

6

index.js

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

} else if (!oldChild) {
oldNode.appendChild(newChild)
if (isProxy(newChild) && newChild.realNode) {
oldNode.appendChild(newChild.realNode)
} else {
oldNode.appendChild(newChild)
}
offset++

@@ -104,0 +108,0 @@

2

package.json
{
"name": "nanomorph",
"version": "6.0.0-beta1",
"version": "6.0.0-beta2",
"description": "Hyper fast diffing algorithm for real DOM nodes",

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