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

vdom

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vdom - npm Package Compare versions

Comparing version 0.0.6 to 0.0.14

3

create-element.js

@@ -8,2 +8,3 @@ var document = require("global/document")

var isWidget = require("vtree/is-widget")
var handleThunk = require("vtree/handle-thunk")

@@ -16,2 +17,4 @@ module.exports = createElement

var vnode = handleThunk(vnode).a
if (isWidget(vnode)) {

@@ -18,0 +21,0 @@ return vnode.init()

4

package.json
{
"name": "vdom",
"version": "0.0.6",
"version": "0.0.14",
"description": "A DOM create and patch algorithm for vtree",

@@ -23,3 +23,3 @@ "keywords": [],

"x-is-array": "0.1.0",
"vtree": "0.0.5"
"vtree": "0.0.14"
},

@@ -26,0 +26,0 @@ "devDependencies": {

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