Socket
Socket
Sign inDemoInstall

@thi.ng/hdom

Package Overview
Dependencies
Maintainers
1
Versions
273
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 6.0.3 to 6.0.4

11

CHANGELOG.md

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

## [6.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom@6.0.3...@thi.ng/hdom@6.0.4) (2018-12-21)
### Bug Fixes
* **hdom:** fix [#63](https://github.com/thi-ng/umbrella/issues/63) update removeChild() (IE11) ([9f48a76](https://github.com/thi-ng/umbrella/commit/9f48a76))
## [6.0.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom@6.0.2...@thi.ng/hdom@6.0.3) (2018-12-20)

@@ -8,0 +19,0 @@

4

dom.js

@@ -245,5 +245,3 @@ "use strict";

const n = parent.children[childIdx];
if (n !== undefined) {
n.remove();
}
n !== undefined && parent.removeChild(n);
};
{
"name": "@thi.ng/hdom",
"version": "6.0.3",
"version": "6.0.4",
"description": "Lightweight vanilla ES6 UI component trees with customizable branch-local behaviors",

@@ -53,3 +53,3 @@ "main": "./index.js",

},
"gitHead": "f44070e47befd2de4303df7ce375ba4f8134b794"
"gitHead": "62418f906ea84cf258fc845dfedae688dcd8b216"
}
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