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

vdom-virtualize

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vdom-virtualize - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

10

index.js

@@ -24,4 +24,4 @@ /*!

*/
var VNode = require("vtree/vnode")
, VText = require("vtree/vtext")
var VNode = require("virtual-dom/vnode/vnode")
, VText = require("virtual-dom/vnode/vtext")

@@ -105,10 +105,10 @@ module.exports = createVNode

}
// Special case: attributes
// some properties are only accessible via .attributes, so
// some properties are only accessible via .attributes, so
// that's what we'd do, if vdom-create-element could handle this.
if("attributes" == propName) return
if("tabIndex" == propName && el.tabIndex === -1) return
// default: just copy the property

@@ -115,0 +115,0 @@ obj[propName] = el[propName]

{
"name": "vdom-virtualize",
"version": "0.0.6",
"version": "0.0.7",
"description": "Virtulize any DOM node and turn it into a virtual-dom node.",
"main": "index.js",
"dependencies": {
"vtree": "0.0.14"
"virtual-dom": "2.0.1"
},
"devDependencies": {
"vtree": "0.0.14"
"virtual-dom": "2.0.1"
},

@@ -12,0 +12,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