hast-util-to-dom
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
18212
308
0