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

@lumino/virtualdom

Package Overview
Dependencies
Maintainers
3
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lumino/virtualdom - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

7

lib/index.js

@@ -424,2 +424,9 @@ "use strict";

}
// If the old XOR new node has a custom renderer,
// create and insert a new node.
if (!(oldVNode.renderer) != !(newVNode.renderer)) {
algorithm_1.ArrayExt.insert(oldCopy, i, newVNode);
createDOMNode(newVNode, host, currElem);
continue;
}
// At this point, both nodes are known to be element nodes.

@@ -426,0 +433,0 @@ // If the new elem is keyed, move an old keyed elem to the proper

4

package.json
{
"name": "@lumino/virtualdom",
"version": "1.6.0",
"version": "1.6.1",
"description": "Lumino Virtual DOM",

@@ -74,3 +74,3 @@ "homepage": "https://github.com/jupyterlab/lumino",

},
"gitHead": "5e8427c9769e8ba3c961ea62e22cae5e696f52ea"
"gitHead": "5a30ef3eaffe7ad8468a58686fea64b11b488b0e"
}
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