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.5.2 to 2.6.0

4

api.d.ts

@@ -1,4 +0,4 @@

import type { Fn, IObjectOf, MaybeDeref, NumOrString } from "@thi.ng/api";
import type { Fn, IObjectOf, Maybe, MaybeDeref, NumOrString } from "@thi.ng/api";
export type CDataContent = ["!CDATA", ...string[]];
export type AttribVal<T> = MaybeDeref<T | undefined>;
export type AttribVal<T> = MaybeDeref<Maybe<T>> | AsyncIterable<Maybe<T>>;
export type BooleanAttrib = AttribVal<boolean>;

@@ -5,0 +5,0 @@ export type NumericAttrib = AttribVal<number>;

# Change Log
- **Last updated**: 2024-04-11T12:32:44Z
- **Last updated**: 2024-04-20T14:42:45Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

@@ -12,2 +12,12 @@

## [2.6.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-html@2.6.0) (2024-04-20)
#### 🚀 Features
- update AttribVal type, allow async iterables ([10eb854](https://github.com/thi-ng/umbrella/commit/10eb854))
#### ♻️ Refactoring
- update type usage ([ac691f8](https://github.com/thi-ng/umbrella/commit/ac691f8))
## [2.5.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-html@2.5.0) (2024-03-27)

@@ -14,0 +24,0 @@

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

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

"dependencies": {
"@thi.ng/api": "^8.10.1"
"@thi.ng/api": "^8.11.0"
},

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

},
"gitHead": "18a0c063a7b33d790e5bc2486c106f45f663ac28\n"
"gitHead": "8339d05ecc857e529c7325a9839c0063b89e728d\n"
}

@@ -194,6 +194,6 @@ <!-- This file is generated - DO NOT EDIT! -->

```html
<script type="module" src="https://cdn.skypack.dev/@thi.ng/hiccup-html"></script>
<script type="module" src="https://esm.run/@thi.ng/hiccup-html"></script>
```
[Skypack documentation](https://docs.skypack.dev/)
[JSDelivr documentation](https://www.jsdelivr.com/)

@@ -200,0 +200,0 @@ Package sizes (brotli'd, pre-treeshake): ESM: 1.51 KB

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