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.2.35 to 2.2.36

2

CHANGELOG.md
# Change Log
- **Last updated**: 2023-11-12T16:43:31Z
- **Last updated**: 2023-11-24T09:35:46Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

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

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

@@ -36,11 +36,11 @@ "type": "module",

"dependencies": {
"@thi.ng/api": "^8.9.8"
"@thi.ng/api": "^8.9.9"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.2",
"@thi.ng/testament": "^0.4.1",
"@microsoft/api-extractor": "^7.38.3",
"@thi.ng/testament": "^0.4.2",
"rimraf": "^5.0.5",
"tools": "^0.0.1",
"typedoc": "^0.25.3",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},

@@ -113,3 +113,3 @@ "keywords": [

},
"gitHead": "2be4c38c9680da929339bd164acfb69ebb1fd3d0\n"
"gitHead": "f6de41f4991704fdbbb2899bb430ed4f4f6efab0\n"
}

@@ -18,4 +18,4 @@ import { defElement, defElements } from "./def.js";

export const comment = (...body) => [
"__COMMENT__",
"__COMMENT__", // keep tag in sync with thi.ng/hiccup
...body,
];
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