Socket
Socket
Sign inDemoInstall

@thi.ng/hdom

Package Overview
Dependencies
Maintainers
1
Versions
272
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/hdom - npm Package Compare versions

Comparing version 3.0.13 to 3.0.14

11

CHANGELOG.md

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

<a name="3.0.14"></a>
## [3.0.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom@3.0.13...@thi.ng/hdom@3.0.14) (2018-05-01)
### Bug Fixes
* **hdom:** boolean attrib reset/removal ([a93cb98](https://github.com/thi-ng/umbrella/commit/a93cb98))
<a name="3.0.13"></a>

@@ -8,0 +19,0 @@ ## [3.0.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom@3.0.12...@thi.ng/hdom@3.0.13) (2018-04-30)

4

dom.js

@@ -143,3 +143,3 @@ "use strict";

else {
el.removeAttribute(id);
el[id] ? (el[id] = null) : el.removeAttribute(id);
}

@@ -176,3 +176,3 @@ return el;

else {
el.removeAttribute(a);
el[a] ? (el[a] = null) : el.removeAttribute(a);
}

@@ -179,0 +179,0 @@ }

{
"name": "@thi.ng/hdom",
"version": "3.0.13",
"version": "3.0.14",
"description": "Lightweight vanilla ES6 UI component & virtual DOM system",

@@ -5,0 +5,0 @@ "main": "./index.js",

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