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

@thi.ng/hdom

Package Overview
Dependencies
Maintainers
1
Versions
278
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 9.1.27 to 9.2.0

8

CHANGELOG.md
# Change Log
- **Last updated**: 2022-11-30T22:27:37Z
- **Last updated**: 2022-12-16T12:52:25Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

@@ -12,2 +12,8 @@

## [9.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hdom@9.2.0) (2022-12-16)
#### 🚀 Features
- fix [#358](https://github.com/thi-ng/umbrella/issues/358) add "completed" project status, update pkgs/readmes ([d35fa52](https://github.com/thi-ng/umbrella/commit/d35fa52))
### [9.1.6](https://github.com/thi-ng/umbrella/tree/@thi.ng/hdom@9.1.6) (2022-04-07)

@@ -14,0 +20,0 @@

39

package.json
{
"name": "@thi.ng/hdom",
"version": "9.1.27",
"version": "9.2.0",
"description": "Lightweight vanilla ES6 UI component trees with customizable branch-local behaviors",

@@ -24,3 +24,6 @@ "type": "module",

],
"author": "Karsten Schmidt <k+npm@thi.ng>",
"author": "Karsten Schmidt (https://thi.ng)",
"contributors": [
"Kevin Nolan (https://github.com/allforabit)"
],
"license": "Apache-2.0",

@@ -38,19 +41,19 @@ "scripts": {

"dependencies": {
"@thi.ng/api": "^8.5.1",
"@thi.ng/checks": "^3.3.4",
"@thi.ng/diff": "^5.1.18",
"@thi.ng/equiv": "^2.1.14",
"@thi.ng/errors": "^2.2.5",
"@thi.ng/hiccup": "^4.2.25",
"@thi.ng/logger": "^1.4.4",
"@thi.ng/prefixes": "^2.1.14"
"@thi.ng/api": "^8.6.0",
"@thi.ng/checks": "^3.3.5",
"@thi.ng/diff": "^5.1.19",
"@thi.ng/equiv": "^2.1.15",
"@thi.ng/errors": "^2.2.6",
"@thi.ng/hiccup": "^4.2.26",
"@thi.ng/logger": "^1.4.5",
"@thi.ng/prefixes": "^2.1.15"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.33.5",
"@thi.ng/atom": "^5.1.24",
"@thi.ng/testament": "^0.3.6",
"@microsoft/api-extractor": "^7.33.7",
"@thi.ng/atom": "^5.1.25",
"@thi.ng/testament": "^0.3.7",
"rimraf": "^3.0.2",
"tools": "^0.0.1",
"typedoc": "^0.23.20",
"typescript": "^4.8.4"
"typedoc": "^0.23.22",
"typescript": "^4.9.4"
},

@@ -127,5 +130,9 @@ "keywords": [

],
"related": [
"rdom"
],
"status": "completed",
"year": 2015
},
"gitHead": "1fe40da507070653f420156d91e6b27cf682004f\n"
"gitHead": "f445a9cc8022bcdebbf6ff91fd66ced016d72f01\n"
}
<!-- This file is generated - DO NOT EDIT! -->
# ![hdom](https://media.thi.ng/umbrella/banners-20220914/thing-hdom.svg?5a0cd007)
# ![@thi.ng/hdom](https://media.thi.ng/umbrella/banners-20220914/thing-hdom.svg?5a0cd007)
[![npm version](https://img.shields.io/npm/v/@thi.ng/hdom.svg)](https://www.npmjs.com/package/@thi.ng/hdom)
![npm downloads](https://img.shields.io/npm/dm/@thi.ng/hdom.svg)
[![Twitter Follow](https://img.shields.io/twitter/follow/thing_umbrella.svg?style=flat-square&label=twitter)](https://twitter.com/thing_umbrella)
[![Mastodon Follow](https://img.shields.io/mastodon/follow/109331703950160316?domain=https%3A%2F%2Fmastodon.thi.ng&style=social)](https://mastodon.thi.ng/@toxi)

@@ -12,5 +12,11 @@ This project is part of the

**Update 12/2022: This package is considered completed and no longer being
updated with new features. Please consider using
[@thi.ng/rdom](https://github.com/thi-ng/umbrella/tree/develop/packages/rdom)
instead...**
- [About](#about)
- [Status](#status)
- [Support packages](#support-packages)
- [Related packages](#related-packages)
- [Blog posts](#blog-posts)

@@ -56,4 +62,2 @@ - [Installation](#installation)

- [Authors](#authors)
- [Maintainer](#maintainer)
- [Contributors](#contributors)
- [License](#license)

@@ -63,3 +67,3 @@

Lightweight vanilla ES6 UI component trees with customizable branch-local behaviors.
Lightweight vanilla ES6 UI component trees with customizable branch-local behaviors

@@ -104,3 +108,3 @@ Lightweight UI component tree definition syntax, DOM creation and

**STABLE** - used in production
**COMPLETED** - no further development planned

@@ -115,2 +119,6 @@ [Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Bhdom%5D+in%3Atitle)

## Related packages
- [@thi.ng/rdom](https://github.com/thi-ng/umbrella/tree/develop/packages/rdom) - Lightweight, reactive, VDOM-less UI/DOM components with async lifecycle and [@thi.ng/hiccup](https://github.com/thi-ng/umbrella/tree/develop/packages/hiccup) compatible
### Blog posts

@@ -137,7 +145,4 @@

```text
# with flag only for < v16
node --experimental-repl-await
> const hdom = await import("@thi.ng/hdom");
```js
const hdom = await import("@thi.ng/hdom");
```

@@ -1248,10 +1253,5 @@

### Maintainer
- [Karsten Schmidt](https://thi.ng) (Main author)
- [Kevin Nolan](https://github.com/allforabit)
- Karsten Schmidt ([@postspectacular](https://github.com/postspectacular))
### Contributors
- Kevin Nolan ([@allforabit](https://github.com/allforabit))
If this project contributes to an academic publication, please cite it as:

@@ -1270,2 +1270,2 @@

&copy; 2015 - 2022 Karsten Schmidt // Apache Software License 2.0
&copy; 2015 - 2022 Karsten Schmidt // Apache License 2.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