Socket
Socket
Sign inDemoInstall

@thi.ng/hiccup-html

Package Overview
Dependencies
Maintainers
1
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/hiccup-html - npm Package Compare versions

Comparing version 2.4.11 to 2.4.12

2

CHANGELOG.md
# Change Log
- **Last updated**: 2024-03-01T15:22:50Z
- **Last updated**: 2024-03-02T14:05:53Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

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

{
"name": "@thi.ng/hiccup-html",
"version": "2.4.11",
"version": "2.4.12",
"description": "100+ type-checked HTML5 element functions for @thi.ng/hiccup related infrastructure",

@@ -113,3 +113,3 @@ "type": "module",

},
"gitHead": "d660ae8fd1bf64d919b4334f19509f1f539d70f6\n"
"gitHead": "df9e312af741d87e6b450afcfea6a6e381662b1e\n"
}

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

```ts
import { defElement } from "@thi.ng/hiccup-html";
const el = defElement<any>("a");

@@ -362,2 +364,4 @@ ```

```ts
import { defElement } from "@thi.ng/hiccup-html";
// with default attribs

@@ -364,0 +368,0 @@ const el = defElement<any>("a", { b: 1 });

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