Socket
Socket
Sign inDemoInstall

@thi.ng/hiccup

Package Overview
Dependencies
Maintainers
1
Versions
254
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/hiccup - npm Package Compare versions

Comparing version 5.1.26 to 5.1.27

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",
"version": "5.1.26",
"version": "5.1.27",
"description": "HTML/SVG/XML serialization of nested data structures, iterables & closures",

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

"dependencies": {
"@thi.ng/api": "^8.9.31",
"@thi.ng/checks": "^3.5.5",
"@thi.ng/errors": "^2.5.2",
"@thi.ng/strings": "^3.7.28"
"@thi.ng/api": "^8.10.0",
"@thi.ng/checks": "^3.6.0",
"@thi.ng/errors": "^2.5.3",
"@thi.ng/strings": "^3.7.29"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
"@thi.ng/atom": "^5.2.41",
"@thi.ng/atom": "^5.2.42",
"esbuild": "^0.20.2",

@@ -107,2 +107,3 @@ "rimraf": "^5.0.5",

"thi.ng": {
"alias": "h",
"blog": [

@@ -133,3 +134,3 @@ {

},
"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

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

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

@@ -179,3 +185,3 @@ <script type="module" src="https://cdn.skypack.dev/@thi.ng/hiccup"></script>

```js
const hiccup = await import("@thi.ng/hiccup");
const h = await import("@thi.ng/hiccup");
```

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