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

hast-to-hyperscript

Package Overview
Dependencies
Maintainers
2
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 7.0.4 to 8.0.0

26

package.json
{
"name": "hast-to-hyperscript",
"version": "7.0.4",
"description": "Transform HAST to something else through a hyperscript DSL",
"version": "8.0.0",
"description": "hast utility to transform to something else (react, vue, etc) through a hyperscript DSL",
"license": "MIT",
"keywords": [
"unist",
"hast",
"hast-util",
"util",
"utility",
"html",
"change",
"transform",
"rehype",

@@ -13,4 +20,3 @@ "vdom",

"hyperscript",
"dsl",
"html"
"dsl"
],

@@ -34,7 +40,7 @@ "repository": "syntax-tree/hast-to-hyperscript",

"comma-separated-tokens": "^1.0.0",
"property-information": "^5.3.0",
"property-information": "^5.0.0",
"space-separated-tokens": "^1.0.0",
"style-to-object": "^0.2.1",
"unist-util-is": "^3.0.0",
"web-namespaces": "^1.1.2"
"style-to-object": "^0.3.0",
"unist-util-is": "^4.0.0",
"web-namespaces": "^1.0.0"
},

@@ -44,3 +50,3 @@ "devDependencies": {

"hyperscript": "^2.0.0",
"nyc": "^14.0.0",
"nyc": "^15.0.0",
"prettier": "^1.0.0",

@@ -59,3 +65,3 @@ "react": "^16.0.0",

"vue-server-renderer": "^2.0.0",
"xo": "^0.25.0"
"xo": "^0.27.0"
},

@@ -62,0 +68,0 @@ "scripts": {

@@ -22,3 +22,3 @@ # hast-to-hyperscript

## Usage
## Use

@@ -104,3 +104,3 @@ ```js

Most Hyperscript implementations only support [*elements*][element] and
Most hyperscript implementations only support [*elements*][element] and
[*texts*][text].

@@ -144,3 +144,3 @@ [**hast**][hast] supports [*doctype*][doctype], [*comment*][comment], and

* [`hastscript`][hastscript] — Hyperscript compatible DSL for creating nodes
* [`hast-util-sanitize`][sanitize] — Sanitise nodes
* [`hast-util-sanitize`][sanitize] — Sanitize nodes

@@ -153,4 +153,4 @@ ## Contribute

This project has a [Code of Conduct][coc].
By interacting with this repository, organisation, or community you agree to
This project has a [code of conduct][coc].
By interacting with this repository, organization, or community you agree to
abide by its terms.

@@ -186,3 +186,3 @@

[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg
[chat-badge]: https://img.shields.io/badge/chat-spectrum-7b16ff.svg

@@ -189,0 +189,0 @@ [chat]: https://spectrum.chat/unified/syntax-tree

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