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

hast-util-to-dom

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hast-util-to-dom - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

19

dist/hast-util-to-dom.js

@@ -6,3 +6,4 @@ 'use strict';

var ns = _interopDefault(require('web-namespaces'));
var info = _interopDefault(require('property-information'));
var find = _interopDefault(require('property-information/find'));
var schema = _interopDefault(require('property-information/html'));

@@ -146,10 +147,10 @@ function _defineProperty(obj, key, value) {

var _info$find = info.find(info.html, key),
attribute = _info$find.attribute,
property = _info$find.property,
mustUseProperty = _info$find.mustUseProperty,
_boolean = _info$find["boolean"],
booleanish = _info$find.booleanish,
overloadedBoolean = _info$find.overloadedBoolean,
commaSeparated = _info$find.commaSeparated;
var _find = find(schema, key),
attribute = _find.attribute,
property = _find.property,
mustUseProperty = _find.mustUseProperty,
_boolean = _find["boolean"],
booleanish = _find.booleanish,
overloadedBoolean = _find.overloadedBoolean,
commaSeparated = _find.commaSeparated;

@@ -156,0 +157,0 @@ var value = properties[key];

{
"name": "hast-util-to-dom",
"version": "2.0.0",
"version": "2.0.1",
"description": "hast utility to transform to the DOM",

@@ -5,0 +5,0 @@ "license": "ISC",

Sorry, the diff of this file is not supported yet

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