Socket
Socket
Sign inDemoInstall

@thi.ng/rdom

Package Overview
Dependencies
Maintainers
1
Versions
217
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/rdom - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

2

CHANGELOG.md
# Change Log
- **Last updated**: 2024-04-23T07:02:18Z
- **Last updated**: 2024-04-25T19:44:55Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

@@ -5,0 +5,0 @@

{
"name": "@thi.ng/rdom",
"version": "1.3.1",
"version": "1.3.2",
"description": "Lightweight, reactive, VDOM-less UI/DOM components with async lifecycle and @thi.ng/hiccup compatible",

@@ -43,6 +43,6 @@ "type": "module",

"@thi.ng/errors": "^2.5.6",
"@thi.ng/hiccup": "^5.1.30",
"@thi.ng/hiccup": "^5.2.0",
"@thi.ng/paths": "^5.1.80",
"@thi.ng/prefixes": "^2.3.18",
"@thi.ng/rstream": "^8.4.2",
"@thi.ng/rstream": "^8.4.3",
"@thi.ng/strings": "^3.7.32"

@@ -149,3 +149,3 @@ },

},
"gitHead": "5dd66c18a3862a3af69a5b2f49563f7cbdd960c2\n"
"gitHead": "aed3421c21044c005fbcb7cc37965ccf85a870d2\n"
}

@@ -122,4 +122,4 @@ <!-- This file is generated - DO NOT EDIT! -->

subscriptions, either explicitly using the provided control components (e.g.
[`$async()`](https://docs.thi.ng/umbrella/rdom/functions/_async.html)),
[`$sub()`](https://docs.thi.ng/umbrella/rdom/functions/_sub.html), or using
[`$async()`](https://docs.thi.ng/umbrella/rdom/functions/_async-1.html)),
[`$sub()`](https://docs.thi.ng/umbrella/rdom/functions/_sub-1.html), or using
[`$compile()`](https://docs.thi.ng/umbrella/rdom/functions/_compile.html) to

@@ -175,6 +175,6 @@ auto-wrap such values embedded in an hiccup tree.

- [$async](https://docs.thi.ng/umbrella/rdom/functions/_async.html)
- [$async](https://docs.thi.ng/umbrella/rdom/functions/_async-1.html)
- [$klist](https://docs.thi.ng/umbrella/rdom/functions/_klist.html)
- [$list](https://docs.thi.ng/umbrella/rdom/functions/_list.html)
- [$lazy](https://docs.thi.ng/umbrella/rdom/functions/_lazy.html)
- [$lazy](https://docs.thi.ng/umbrella/rdom/functions/_lazy-1.html)
- [$object](https://docs.thi.ng/umbrella/rdom/functions/_object-1.html)

@@ -253,3 +253,5 @@ - [$promise](https://docs.thi.ng/umbrella/rdom/functions/_promise-1.html)

AsyncIterables](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols#the_async_iterator_and_async_iterable_protocols)
(possibly entirely in-lieu of rstream constructs). Currently, they can only be directly used for simple text or attribute values (also see the [rdom-async example](https://github.com/thi-ng/umbrella/blob/develop/examples/rdom-async)):
(possibly entirely in-lieu of rstream constructs). Currently, they can only be
directly used for simple text or attribute values (also see the [rdom-async
example](https://github.com/thi-ng/umbrella/blob/develop/examples/rdom-async)):

@@ -263,3 +265,4 @@ ```ts

// manually updated click counter (also an async iterable)
// manually updated click counter (an async iterable with extended API)
// see: https://docs.thi.ng/umbrella/transducers-async/functions/source-1.html
const clicks = source(0);

@@ -266,0 +269,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