Socket
Socket
Sign inDemoInstall

posthtml-parser

Package Overview
Dependencies
Maintainers
3
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

posthtml-parser - npm Package Compare versions

Comparing version 0.8.1 to 0.8.2

7

changelog.md

@@ -0,3 +1,10 @@

## <small>0.8.2 (2021-05-06)</small>
* perf: type node text as number ([bf2fb73](https://github.com/posthtml/posthtml-parser/commit/bf2fb73))
## <small>0.8.1 (2021-05-05)</small>
* 0.8.1 ([67a337b](https://github.com/posthtml/posthtml-parser/commit/67a337b))
* ci: add node 16 ([58c6740](https://github.com/posthtml/posthtml-parser/commit/58c6740))

@@ -4,0 +11,0 @@ * perf: types content ([e9f59a2](https://github.com/posthtml/posthtml-parser/commit/e9f59a2))

2

package.json
{
"name": "posthtml-parser",
"version": "0.8.1",
"version": "0.8.2",
"description": "Parse HTML/XML to PostHTMLTree",

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

@@ -21,3 +21,3 @@ import {ParserOptions} from 'htmlparser2';

export type NodeText = string;
export type NodeText = string | number;
export type NodeTag = {

@@ -24,0 +24,0 @@ tag?: Tag;

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