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 Versions

1
6

0.12.1

Diff

Changelog

Source

<small>0.12.1 (2020-04-14)</small>

  • chore(docs): add posthtml-safe-class-names plugin (cf284c5)
  • chore(dotfiles): update .editorconfig to don't trim trailing whitespaces in .md files (5c34141)
  • chore(package): change homepage (0b06f3d)
  • chore(release): 0.12.1 (4e1468e)
  • docs: add posthtml-fetch to readme (96a4a47)
  • docs: fix indent (8b24b72)
  • docs: update links and phrasing adjustments (f7f13d2)
  • docs(*): fix examples code formatting (9286acd)
  • docs(readme): add posthtml-hash (3c81ea4)
  • docs(readme): add posthtml-inline-favicon (ad0d43d)
  • docs(README): Add posthtml-inline-svg (bf4ca4a)
  • docs(readme): add posthtml-insert-at (fddaa1a)
  • docs(readme): add posthtml-noopener plugin (afa89d2)
  • docs(readme): add posthtml-noscript (c24292e)
  • docs(readme): add twitter badge (2f8381a)
  • build: update dep dev (82cca35)
  • add plugin-link-preload, plugin-remove-duplicates (173796a)
  • Add posthtml-prism to plugins list. (3bd8aba)
  • Add posthtml-style-expansion (c0d874c)
  • Add posthtml-url-parameters to plugins list. (84f14c3)
scrum
published 0.12.0 •

Changelog

Source

0.12.0 (2019-10-11)

  • chore: update (b10f811)
  • chore(*): remove inactive users (aa55451)
  • chore(index): add myself (83f18e1)
  • chore(index): update example (75252b1)
  • chore(release): 0.12.0 (b4e064e)
  • test(core): create core (f8932d3)
  • test(core): fix style (03ce694)
  • test(plugins): change methods name (8c71b1a)
  • test(plugins): delivered to the core (28cf466)
  • test(plugins): for core methods, issue #242 (958f480), closes #242
  • test(plugins): forgot uncomment (f66b4eb)
  • docs: update (0f99cf9)
  • docs(core): add myself (1ce770f)
  • docs(core): rebuild (b484b65)
  • docs(core): remove static method (f873e72)
  • docs(plugins): add messages/fromString/toString description (db4657b)
  • docs(plugins): change methods name (aa13190)
  • docs(plugins): fix and update examples for parse/render (d467a12)
  • fix(index): example for parser/render (d25743f)
  • fix(index): forgot change methods name (72a8640)
  • fix(index): remove static method because not return class constructor (7825559)
  • perf(index): change name methos (4f97355)
  • feat(index): tree fromString/toString, close #242 (2647d53), closes #242
  • Added call to donate after npm install (optional) (40c2d5d)
  • Added financial contributors to the README (5fbe573)
scrum
published 0.11.6 •

Changelog

Source

<small>0.11.6 (2019-08-30)</small>

  • chore(changelog): update changelog (6ae0edd)
  • chore(changelog): update changelog (15d7b99)
  • chore(deps): update depDev (dc2d0a7)
  • chore(release): 0.11.6 (3f186ee)
  • feat(typings): Type-inference for node.prototype.match (90d3c48)
  • refactor: code review (1daa61a)
  • fix: typings (97d89ad)
scrum
published 0.11.5 •

Changelog

Source

<small>0.11.5 (2019-08-27)</small>

scrum
published 0.11.4 •

Changelog

Source

<small>0.11.4 (2019-05-06)</small>

  • chore(changelog): fix version (cc4c5a9)
  • chore(package): support Object assign fro old node (7f5a645)
  • chore(release): 0.11.4 (8017683)
  • chore(release): again (7ca99f1)
  • test: update init for mocha (be634f6)
  • test(message): add test for extending from prevent tree (6cb238a)
  • test(options): if tree not object (dcdb3e7)
  • build: remove pkg lock (5c9b45a)
  • build: update build system, close #279 (ca77e4a), closes #279
  • build: update depDev (c975225)
  • perf: drop support old nodejs, close #281 (8693f08), closes #281
  • perf: made a repetitive design in a private function (fabeef4)
  • perf: remove object assign for old nodejs (f84b0e9)
  • perf(api): api is not a place for concatenation. (f428425)
  • perf(api): inherit from the previous tree (4e69577)
  • perf(api): move message to posthtml constructor (c51e40f)
  • perf(api): rename api to extendApi (846e386)
  • perf(index): set the previous tree as the context value for api (21170c7)
  • style: according standard (8a0b8d2)
  • style: change function name ) (169f42b)
  • style: change my login ) (4696ef4)
  • style: fix lint report error (52e18a6)
  • docs: remove posthtml-email-remove-unused-css (1c94381)
  • docs(api): update (20cdc85)
  • docs(core): update (d088ab2)
  • docs(README): Add posthtml-highlight (0928d37)
  • docs(README): fix link name to posthtml-highlight (3ed56ee)
  • [docs]: Broken links in README (dd4b9d1)
  • Add link to posthtml-favicons (7ada1d4)
  • added prevent-widows plugin to README.md (ea1166c)
  • Clarify code a little (b5e2d67)
  • fix(index): if tree not object (3fd9548)
  • fix(readme): adds missing bracket (ff3102f)
  • fix(test/options): incorrect transfer option for the process (c5fd774)
  • pef(api): perfomance api (6058917)
  • refactor(index): extend Api in PostHTML constructor and extend tree from this context (32b5c89)
  • revert(api): return export api methods (90e3565)
scrum
published 0.11.3 •

Changelog

Source

<small>0.11.3 (2018-01-26)</small>

  • chore(release): 0.11.3 (0a8f962)
  • fix(index): instance new api between files, close #250 (25120a9), closes #250
  • perf(api): rewrite to constructor, close #258 (89238cb), closes #258
  • test(api): rewrite to api constructor (7cfdb95)
scrum
published 0.11.2 •

Changelog

Source

<small>0.11.2 (2018-01-19)</small>

scrum
published 0.11.1 •

Changelog

Source

<small>0.11.1 (2018-01-16)</small>

  • chore(.github): add CODEOWNERS (a18d092)
  • chore(.github): add ISSUE_TEMPLATE (5af368c)
  • chore(.github): add PULL_REQUEST_TEMPLATE (24117b6)
  • chore(release): 0.11.1 (c79f7a8)
  • fix(index): don't throw on empty tree () (c66f9e2)
  • build(package): use standard-version for release (aecad48)
  • ci(.travis): add node lts && 6 (4dc7bea)
  • refactor(api): include extend && simplify export (fd06914)
  • Update README.md (4381164)
scrum
published 0.11.0 •

Changelog

Source

0.11.0 (2017-12-12)

  • chore(lock): update depDev (1ecae57)
  • chore(package): use files to reduce package size (dea5ed7)
  • chore(ver): v0.11.0 (536619f)
  • feat(index): add support for messages (result.messages) (e38bb9b)
  • fix(readme): typo in webpack config, close #222 (92b0261), closes #222
  • Add LICENSE (80ce3e5)
  • Fix plugin runtime throws test (9457b08)
  • fixes #224 errors from plugins now returned (5dbfd6a), closes #224
  • Revert "chore(package): update depDev" (7b25c94)
  • test(api): fix if classes is undefined (a2457ed)
  • docs(readme): add posthtml-spaceless (b7ef302)
scrum
published 0.10.1 •

Changelog

Source

<small>0.10.1 (2017-11-24)</small>

  • chore(package): update depDev (aa5ac28)
  • chore(ver): v0.10.1 (2405ecf)
  • fix(index): did not pass options for parser (b8cd535)
  • docs: update changelog (86109ac)
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