Socket
Socket
Sign inDemoInstall

posthtml

Package Overview
Dependencies
Maintainers
2
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

posthtml - npm Package Compare versions

Comparing version 0.16.4 to 0.16.5

9

changelog.md

@@ -0,3 +1,12 @@

## <small>0.16.5 (2021-07-28)</small>
* perf: after dep update ([a9d0467](https://github.com/posthtml/posthtml/commit/a9d0467))
* build: update dep dev ([500e25a](https://github.com/posthtml/posthtml/commit/500e25a))
* build: update lock ([b7fdad0](https://github.com/posthtml/posthtml/commit/b7fdad0))
## <small>0.16.4 (2021-06-11)</small>
* 0.16.4 ([70c3912](https://github.com/posthtml/posthtml/commit/70c3912))
* build: update dep dev ([93fcd85](https://github.com/posthtml/posthtml/commit/93fcd85))

@@ -4,0 +13,0 @@

4

lib/index.js
const pkg = require('../package.json')
const Api = require('./api.js')
let { default: parser } = require('posthtml-parser')
let { default: render } = require('posthtml-render')
let { parser } = require('posthtml-parser')
let { render } = require('posthtml-render')

@@ -7,0 +7,0 @@ /**

{
"name": "posthtml",
"version": "0.16.4",
"version": "0.16.5",
"description": "HTML/XML processor",

@@ -26,9 +26,9 @@ "keywords": [

"dependencies": {
"posthtml-parser": "^0.9.0",
"posthtml-render": "^2.0.6"
"posthtml-parser": "^0.10.0",
"posthtml-render": "^3.0.0"
},
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-angular": "^12.1.4",
"c8": "^7.7.2",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-angular": "^13.1.0",
"c8": "^7.7.3",
"chai": "^4.3.4",

@@ -38,6 +38,6 @@ "chai-as-promised": "^7.1.1",

"conventional-changelog-cli": "^2.1.1",
"husky": "^6.0.0",
"husky": "^7.0.1",
"jsdoc-to-markdown": "^7.0.1",
"lint-staged": "^11.0.0",
"mocha": "^9.0.0",
"lint-staged": "^11.1.1",
"mocha": "^9.0.3",
"standard": "^16.0.2"

@@ -44,0 +44,0 @@ },

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