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

posthtml

Package Overview
Dependencies
Maintainers
3
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.8.5 to 0.8.6

11

CHANGELOG.md

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

<a name="0.8.6"></a>
## [0.8.6](https://github.com/posthtml/posthtml/compare/v0.8.5...v0.8.6) (2016-04-26)
### Bug Fixes
* **api:** report true for boolean attrs ([70cec9d](https://github.com/posthtml/posthtml/commit/70cec9d))
* **docs:** correct typo ([b5133f5](https://github.com/posthtml/posthtml/commit/b5133f5))
<a name="0.8.5"></a>

@@ -2,0 +13,0 @@ ## [0.8.5](https://github.com/posthtml/posthtml/compare/v0.8.4...v0.8.5) (2016-03-31)

2

lib/api.js

@@ -104,5 +104,5 @@ 'use strict';

if (typeof eo === 'boolean')
return (eo && ao) || (!eo && !ao);
return eo !== (ao == null);
return ao === eo;
});
}
{
"name": "posthtml",
"version": "0.8.5",
"version": "0.8.6",
"description": "HTML/XML processor",

@@ -5,0 +5,0 @@ "keywords": [

@@ -452,3 +452,3 @@ [![npm][npm]][npm-1]

[hint]: https://github.com//michael-ciniawsky/posthml-hint
[hint]: https://github.com//michael-ciniawsky/posthtml-hint
[hint-1]: https://badge.fury.io/js/posthtml-hint.svg

@@ -465,3 +465,3 @@ [hint-2]: https://badge.fury.io/js/posthtml-hint

[load]: https://github.com/michal-ciniawsky/posthtml-load-plugins
[load]: https://github.com/michael-ciniawsky/posthtml-load-plugins
[load-1]: https://badge.fury.io/js/posthtml-load-plugins.svg

@@ -468,0 +468,0 @@ [load-2]: https://badge.fury.io/js/posthtml-load-plugins

Sorry, the diff of this file is not supported yet

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