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.1.21 to 1.1.22

2

CHANGELOG.md
# Change Log
- **Last updated**: 2024-03-27T09:53:45Z
- **Last updated**: 2024-04-08T14:59:30Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

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

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

@@ -40,10 +40,10 @@ "type": "module",

"dependencies": {
"@thi.ng/api": "^8.9.31",
"@thi.ng/checks": "^3.5.5",
"@thi.ng/errors": "^2.5.2",
"@thi.ng/hiccup": "^5.1.26",
"@thi.ng/paths": "^5.1.76",
"@thi.ng/prefixes": "^2.3.14",
"@thi.ng/rstream": "^8.3.19",
"@thi.ng/strings": "^3.7.28"
"@thi.ng/api": "^8.10.0",
"@thi.ng/checks": "^3.6.0",
"@thi.ng/errors": "^2.5.3",
"@thi.ng/hiccup": "^5.1.27",
"@thi.ng/paths": "^5.1.77",
"@thi.ng/prefixes": "^2.3.15",
"@thi.ng/rstream": "^8.3.20",
"@thi.ng/strings": "^3.7.29"
},

@@ -147,3 +147,3 @@ "devDependencies": {

},
"gitHead": "ce5ae2a322d50a7ce8ecccbd94fa55c496ba04fd\n"
"gitHead": "85ac4bd4d6d89f8e3689e2863d5bea0cecdb371c\n"
}

@@ -10,3 +10,3 @@ <!-- This file is generated - DO NOT EDIT! -->

> [!NOTE]
> This is one of 190 standalone projects, maintained as part
> This is one of 191 standalone projects, maintained as part
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo

@@ -269,4 +269,10 @@ > and anti-framework.

ES module import:
ESM import:
```ts
import * as rdom from "@thi.ng/rdom";
```
Browser ESM import:
```html

@@ -278,8 +284,2 @@ <script type="module" src="https://cdn.skypack.dev/@thi.ng/rdom"></script>

For Node.js REPL:
```js
const rdom = await import("@thi.ng/rdom");
```
Package sizes (brotli'd, pre-treeshake): ESM: 4.02 KB

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