Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@thi.ng/hiccup-html

Package Overview
Dependencies
Maintainers
1
Versions
134
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.3.5 to 2.4.0

1

api.d.ts

@@ -88,2 +88,3 @@ import type { Fn, IObjectOf, MaybeDeref, NumOrString } from "@thi.ng/api";

spellcheck: BooleanAttrib;
slot: string;
style: AttribVal<string | Partial<Record<CSSProperty | CSSSVGProperty, AttribVal<NumOrString | Fn<any, NumOrString>>>>>;

@@ -90,0 +91,0 @@ tabindex: NumericAttrib;

@@ -19,2 +19,6 @@ import type { Attribs, AttribVal, BooleanAttrib, DimensionAttribs, ImportanceAttribs, LoadingAttribs, ReferrerAttribs, StringAttrib } from "./api.js";

export declare const iframe: import("./def.js").ElementFactory<Partial<IFrameAttribs>, any>;
export interface SlotAttribs extends Attribs {
name: string;
}
export declare const slot: import("./def.js").ElementFactory<Partial<SlotAttribs>, any>;
//# sourceMappingURL=blocks.d.ts.map

@@ -13,2 +13,3 @@ import { defElement, defElements } from "./def.js";

const iframe = defElement("iframe");
const slot = defElement("slot");
export {

@@ -23,3 +24,4 @@ blockquote,

pre,
slot,
template
};
# Change Log
- **Last updated**: 2023-12-31T09:44:24Z
- **Last updated**: 2024-01-23T15:58:26Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

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

## [2.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-html@2.4.0) (2024-01-23)
#### 🚀 Features
- add slot() element factory ([c7612a4](https://github.com/thi-ng/umbrella/commit/c7612a4))
## [2.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-html@2.3.0) (2023-12-09)

@@ -14,0 +20,0 @@

6

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

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

"dependencies": {
"@thi.ng/api": "^8.9.16"
"@thi.ng/api": "^8.9.17"
},

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

},
"gitHead": "b3db173682e1148cf08a6bd907b8d90b47b7c066\n"
"gitHead": "417b5a7ea7bd54a3b4f086fe0fc2ce8e8933c9b2\n"
}

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

Package sizes (brotli'd, pre-treeshake): ESM: 1.47 KB
Package sizes (brotli'd, pre-treeshake): ESM: 1.49 KB

@@ -390,2 +390,2 @@ ## Dependencies

&copy; 2020 - 2023 Karsten Schmidt // Apache License 2.0
&copy; 2020 - 2024 Karsten Schmidt // Apache License 2.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