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

hast-to-hyperscript

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hast-to-hyperscript - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

5

history.md

@@ -5,2 +5,7 @@ <!--remark setext-->

2.0.2 / 2016-06-23
==================
* Fix warnings in react for void elements w/ children ([`b0bff0d`](https://github.com/wooorm/hast-to-hyperscript/commit/b0bff0d))
2.0.1 / 2016-06-18

@@ -7,0 +12,0 @@ ==================

@@ -179,2 +179,8 @@ /**

/* Ensure no React warnings are triggered for
* void elements having children passed in. */
if (!elements.length) {
elements = undefined;
}
return h(selector, attributes, elements);

@@ -181,0 +187,0 @@ }

2

package.json
{
"name": "hast-to-hyperscript",
"version": "2.0.1",
"version": "2.0.2",
"description": "Transform HAST to something else through a hyperscript DSL",

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

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