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.8 to 0.3.9

2

CHANGELOG.md
# Change Log
- **Last updated**: 2024-04-23T07:02:18Z
- **Last updated**: 2024-05-08T18:24:32Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

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

@@ -155,4 +155,3 @@ import { isArray } from "@thi.ng/checks/is-array";

const ok = match(body);
if (ok)
val.value.next(body);
if (ok) val.value.next(body);
$attribs(target, { invalid: !ok });

@@ -159,0 +158,0 @@ };

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

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

"dependencies": {
"@thi.ng/api": "^8.11.1",
"@thi.ng/checks": "^3.6.3",
"@thi.ng/defmulti": "^3.0.38",
"@thi.ng/hiccup-html": "^2.6.2",
"@thi.ng/rdom": "^1.3.3",
"@thi.ng/rstream": "^8.4.3"
"@thi.ng/api": "^8.11.2",
"@thi.ng/checks": "^3.6.4",
"@thi.ng/defmulti": "^3.0.39",
"@thi.ng/hiccup-html": "^2.6.3",
"@thi.ng/rdom": "^1.4.0",
"@thi.ng/rstream": "^8.5.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
"esbuild": "^0.20.2",
"typedoc": "^0.25.12",
"typescript": "^5.4.3"
"@microsoft/api-extractor": "^7.43.2",
"esbuild": "^0.21.1",
"typedoc": "^0.25.13",
"typescript": "^5.4.5"
},

@@ -100,3 +100,3 @@ "keywords": [

},
"gitHead": "0bec55821066c18eb977a7eabd42c0bb2b096d98\n"
"gitHead": "df34b4a9e650cc7323575356de207d78933bdcf3\n"
}
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