hast-to-hyperscript
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -176,3 +176,3 @@ 'use strict'; | ||
var node = h && h('div'); | ||
return Boolean(node && node._store && node.key === null); | ||
return Boolean(node && node._owner === null && node.key === null); | ||
} | ||
@@ -179,0 +179,0 @@ |
{ | ||
"name": "hast-to-hyperscript", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Transform HAST to something else through a hyperscript DSL", | ||
@@ -38,8 +38,8 @@ "license": "MIT", | ||
"hyperscript": "^2.0.2", | ||
"nyc": "^10.0.0", | ||
"nyc": "^11.0.0", | ||
"react": "^15.1.0", | ||
"react-dom": "^15.5.4", | ||
"rehype": "^4.0.0", | ||
"remark-cli": "^3.0.0", | ||
"remark-preset-wooorm": "^2.0.0", | ||
"rehype": "^5.0.0", | ||
"remark-cli": "^4.0.0", | ||
"remark-preset-wooorm": "^3.0.0", | ||
"tape": "^4.0.0", | ||
@@ -46,0 +46,0 @@ "unist-builder": "^1.0.1", |
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
11782