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

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.7.0 to 0.7.1

7

changelog.md

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

## <small>0.7.1 (2021-02-15)</small>
* perf: tag name type ([60ec0c1](https://github.com/posthtml/posthtml-parser/commit/60ec0c1))
## 0.7.0 (2021-02-09)
* 0.7.0 ([5887ed4](https://github.com/posthtml/posthtml-parser/commit/5887ed4))
* build: default build cjs ([41b7b25](https://github.com/posthtml/posthtml-parser/commit/41b7b25))

@@ -4,0 +11,0 @@ * build: not generate dts ([662f8d9](https://github.com/posthtml/posthtml-parser/commit/662f8d9))

2

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

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

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

export type NodeTag = {
tag: string;
tag?: string | boolean;
attrs?: Attributes;

@@ -23,0 +23,0 @@ content?: Node[];

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