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 3.0.0 to 3.0.1

2

index.js

@@ -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",

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