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

html-to-vdom

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

html-to-vdom - npm Package Compare versions

Comparing version 0.5.2 to 0.5.3

2

index.js
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",

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