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.0 to 2.5.1

2

CHANGELOG.md
# Change Log
- **Last updated**: 2024-03-27T09:53:45Z
- **Last updated**: 2024-04-08T14:59:29Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

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

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

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

"dependencies": {
"@thi.ng/api": "^8.9.31"
"@thi.ng/api": "^8.10.0"
},

@@ -107,2 +107,3 @@ "devDependencies": {

"thi.ng": {
"alias": "html",
"parent": "@thi.ng/hiccup",

@@ -116,3 +117,3 @@ "related": [

},
"gitHead": "feb3b24654f2c931cd3c3308c1c0c807ee14d0e4\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

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

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

@@ -195,8 +201,2 @@ <script type="module" src="https://cdn.skypack.dev/@thi.ng/hiccup-html"></script>

For Node.js REPL:
```js
const hiccupHtml = await import("@thi.ng/hiccup-html");
```
Package sizes (brotli'd, pre-treeshake): ESM: 1.51 KB

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