Socket
Socket
Sign inDemoInstall

@thi.ng/rdom-forms

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/rdom-forms - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

2

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

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

{
"name": "@thi.ng/rdom-forms",
"version": "0.3.2",
"version": "0.3.3",
"description": "Data-driven declarative & extensible HTML form generation",

@@ -39,8 +39,8 @@ "type": "module",

"dependencies": {
"@thi.ng/api": "^8.9.31",
"@thi.ng/checks": "^3.5.5",
"@thi.ng/defmulti": "^3.0.34",
"@thi.ng/hiccup-html": "^2.5.0",
"@thi.ng/rdom": "^1.1.21",
"@thi.ng/rstream": "^8.3.19"
"@thi.ng/api": "^8.10.0",
"@thi.ng/checks": "^3.6.0",
"@thi.ng/defmulti": "^3.0.35",
"@thi.ng/hiccup-html": "^2.5.1",
"@thi.ng/rdom": "^1.1.22",
"@thi.ng/rstream": "^8.3.20"
},

@@ -101,3 +101,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

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

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

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

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

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