Socket
Socket
Sign inDemoInstall

posthtml-render

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

posthtml-render - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

11

CHANGELOG.md

@@ -5,2 +5,13 @@ # Change Log

<a name="1.1.3"></a>
## [1.1.3](https://github.com/posthtml/posthtml-render/compare/v1.1.2...v1.1.3) (2018-04-04)
### Bug Fixes
* **lib/index:** don't handle `<component>` as self-closing tag ([f958292](https://github.com/posthtml/posthtml-render/commit/f958292))
* **lib/index:** don't handle `<component>` as self-closing tag ([c48a2e2](https://github.com/posthtml/posthtml-render/commit/c48a2e2))
<a name="1.1.2"></a>

@@ -7,0 +18,0 @@ ## [1.1.2](https://github.com/posthtml/posthtml-render/compare/v1.1.1...v1.1.2) (2018-03-20)

3

lib/index.js

@@ -22,4 +22,3 @@ var SINGLE_TAGS = [

'include',
'extend',
'component'
'extend'
]

@@ -26,0 +25,0 @@

{
"name": "posthtml-render",
"version": "1.1.2",
"version": "1.1.3",
"description": "Renders PostHTML Tree to HTML/XML",

@@ -5,0 +5,0 @@ "author": "Ivan Voischev <voischev.ivan@ya.ru>",

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