html-to-vdom
Advanced tools
Comparing version 0.5.2 to 0.5.3
var convertHTML = require('./lib/html-to-vdom'); | ||
module.exports = function initializeConverter (dependencies) { | ||
if (!dependencies.VNode && !dependencies.VText) { | ||
if (!dependencies.VNode || !dependencies.VText) { | ||
throw new Error('html-to-vdom needs to be initialized with VNode and VText'); | ||
@@ -5,0 +5,0 @@ } |
{ | ||
"name": "html-to-vdom", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "Converts html into a vtree", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package