Socket
Socket
Sign inDemoInstall

posthtml-render

Package Overview
Dependencies
0
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.2.1

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [1.2.1](https://github.com/posthtml/posthtml-render/compare/v1.2.0...v1.2.1) (2020-04-14)
### Bug Fixes
* illegal addition of custom tags ([f936272](https://github.com/posthtml/posthtml-render/commit/f936272081b8a57580d4bd556c486646fe907fad))
## [1.2.0](https://github.com/posthtml/posthtml-render/compare/v1.1.5...v1.2.0) (2020-02-25)

@@ -7,0 +14,0 @@

6

lib/index.js

@@ -18,7 +18,3 @@ var SINGLE_TAGS = [

'track',
'wbr',
// Custom (PostHTML)
'import',
'include',
'extend'
'wbr'
]

@@ -25,0 +21,0 @@

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

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

"engines": {
"node": ">=6"
"node": ">=10"
},

@@ -12,0 +12,0 @@ "files": [

@@ -190,3 +190,3 @@ [![npm][npm]][npm-url]

[node]: https://img.shields.io/node/v/posthtml-render.svg
[node-url]:
[node-url]: https://img.shields.io/node/v/posthtml-render.svg

@@ -193,0 +193,0 @@ [deps]: https://david-dm.org/posthtml/posthtml-render.svg

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡ī¸ by Socket Inc