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 0.3.6 to 0.3.7

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.3.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-html@0.3.6...@thi.ng/hiccup-html@0.3.7) (2020-11-24)
**Note:** Version bump only for package @thi.ng/hiccup-html
## [0.3.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-html@0.3.5...@thi.ng/hiccup-html@0.3.6) (2020-09-22)

@@ -8,0 +16,0 @@

2

lib/index.umd.js

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

!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t(((e="undefined"!=typeof globalThis?globalThis:e||self).thi=e.thi||{},e.thi.ng=e.thi.ng||{},e.thi.ng.hiccupHtml={}))}(this,(function(e){"use strict";const t=(e,t)=>(...i)=>{const o="string"==typeof i[0]?e+i.shift():e,a=i.length,n=a>0?t?Object.assign(Object.assign({},t),i[0]):i[0]:t||null;return a>1?[o,n,...i.slice(1)]:[o,n]},i=e=>e.map(e=>t(e)),o=t("blockquote"),[a,n,r,s,l,p]=i(["div","figure","figcaption","p","pre","template"]),d=t("hr"),c=t("iframe"),u=t("form"),h=t("fieldset"),m=t("legend"),f=t("button"),b=t("input",{type:"checkbox"}),g=t("input",{type:"radio"}),y=t("input",{type:"color"}),v=t("input",{type:"file"}),k=t("input",{type:"password"}),x=t("input",{type:"number"}),w=t("input",{type:"range"}),q=t("input",{type:"search"}),j=t("input",{type:"text"}),R=t("textarea"),S=t("option"),T=t("optgroup"),E=t("select"),O=t("label"),A=t("meter"),C=t("progress"),[F,P]=i(["head","title"]),U=t("base"),$=t("meta"),_=t("link"),G=t("style"),H=t("script"),I=t("a"),M=t("abbr"),N=t("br"),V=t("data"),X=t("q"),z=t("time"),[B,D,J,K,L,Q,W,Y,Z,ee,te]=i(["cite","code","em","i","kbd","mark","small","span","strong","sub","sup"]),[ie,oe]=i(["del","ins"]),ae=t("ol"),ne=t("li"),[re,se,le,pe,de]=i(["ul","dl","dt","dd","datalist"]),ce=t("canvas"),ue=t("img"),he=t("picture"),me=t("source"),fe=t("audio"),be=t("video"),ge=t("track"),ye=t("html"),ve=t("body"),[ke,xe,we,qe,je,Re,Se,Te,Ee,Oe]=i(["address","article","aside","footer","header","hgroup","main","nav","noscript","section"]),[Ae,Ce,Fe,Pe,Ue,$e]=[1,2,3,4,5,6].map(e=>t("h"+e)),[_e,Ge,He,Ie,Me,Ne]=i(["table","tbody","tfoot","thead","tr","caption"]),Ve=t("td"),Xe=t("th"),[ze,Be]=i(["col","colgroup"]);e.abbr=M,e.address=ke,e.anchor=I,e.article=xe,e.aside=we,e.audio=fe,e.base=U,e.blockquote=o,e.body=ve,e.br=N,e.button=f,e.canvas=ce,e.caption=Ne,e.checkbox=b,e.cite=B,e.code=D,e.col=ze,e.colgroup=Be,e.data=V,e.datalist=de,e.dd=pe,e.defElement=t,e.defElements=i,e.del=ie,e.div=a,e.dl=se,e.dt=le,e.em=J,e.fieldset=h,e.figcaption=r,e.figure=n,e.footer=qe,e.form=u,e.h1=Ae,e.h2=Ce,e.h3=Fe,e.h4=Pe,e.h5=Ue,e.h6=$e,e.head=F,e.header=je,e.hgroup=Re,e.hr=d,e.html=ye,e.i=K,e.iframe=c,e.img=ue,e.inputColor=y,e.inputFile=v,e.inputNumber=x,e.inputPass=k,e.inputRange=w,e.inputSearch=q,e.inputText=j,e.ins=oe,e.kbd=L,e.label=O,e.legend=m,e.li=ne,e.link=_,e.linkCSS=e=>_({href:e,rel:"stylesheet"}),e.main=Se,e.mark=Q,e.meta=$,e.metaReferrer=e=>$({name:"referrer",content:e}),e.metaRefresh=(e,t)=>$({"http-equiv":"refresh",content:t?`${e}; url=${t}`:String(e)}),e.metaRobots=e=>$({name:"robots",content:e}),e.metaUTF8=()=>$({charset:"utf-8"}),e.metaViewport=(e={})=>$({name:"viewport",content:[e.width&&"width="+(e.width<0?"device-width":e.width),e.height&&"width="+(e.height<0?"device-height":e.height),"initial-scale="+(e.init||1),e.min&&"minimum-scale="+e.min,e.max&&"maximum-scale="+e.max,"user-scalable="+(!1!==e.user?"yes":"no"),null!=e.fit&&"viewport-fit="+e.fit].filter(e=>!!e).join(",")}),e.metaXUA=()=>$({"http-equiv":"x-ua-compatible",content:"IE=edge"}),e.meter=A,e.nav=Te,e.noscript=Ee,e.ol=ae,e.optGroup=T,e.option=S,e.para=s,e.picture=he,e.pre=l,e.progress=C,e.quote=X,e.radio=g,e.script=H,e.section=Oe,e.select=E,e.small=W,e.source=me,e.span=Y,e.strong=Z,e.style=G,e.sub=ee,e.sup=te,e.table=_e,e.tbody=Ge,e.td=Ve,e.template=p,e.textArea=R,e.tfoot=He,e.th=Xe,e.thead=Ie,e.time=z,e.title=P,e.tr=Me,e.track=ge,e.ul=re,e.video=be,Object.defineProperty(e,"__esModule",{value:!0})}));
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t(((e="undefined"!=typeof globalThis?globalThis:e||self).thi=e.thi||{},e.thi.ng=e.thi.ng||{},e.thi.ng.hiccupHtml={}))}(this,(function(e){"use strict";const t=(e,t)=>(...i)=>{const o="string"==typeof i[0]?e+i.shift():e,a=i.length,n=a>0?t?Object.assign(Object.assign({},t),i[0]):i[0]:t||null;return a>1?[o,n,...i.slice(1)]:[o,n]},i=e=>e.map((e=>t(e))),o=t("blockquote"),[a,n,r,s,l,p]=i(["div","figure","figcaption","p","pre","template"]),d=t("hr"),c=t("iframe"),u=t("form"),h=t("fieldset"),m=t("legend"),f=t("button"),b=t("input",{type:"checkbox"}),g=t("input",{type:"radio"}),y=t("input",{type:"color"}),v=t("input",{type:"file"}),k=t("input",{type:"password"}),x=t("input",{type:"number"}),w=t("input",{type:"range"}),$=t("input",{type:"search"}),q=t("input",{type:"text"}),j=t("textarea"),R=t("option"),S=t("optgroup"),T=t("select"),E=t("label"),O=t("meter"),A=t("progress"),[C,F]=i(["head","title"]),P=t("base"),U=t("meta"),_=t("link"),G=t("style"),H=t("script"),I=t("a"),M=t("abbr"),N=t("br"),V=t("data"),X=t("q"),z=t("time"),[B,D,J,K,L,Q,W,Y,Z,ee,te]=i(["cite","code","em","i","kbd","mark","small","span","strong","sub","sup"]),[ie,oe]=i(["del","ins"]),ae=t("ol"),ne=t("li"),[re,se,le,pe,de]=i(["ul","dl","dt","dd","datalist"]),ce=t("canvas"),ue=t("img"),he=t("picture"),me=t("source"),fe=t("audio"),be=t("video"),ge=t("track"),ye=t("html"),ve=t("body"),[ke,xe,we,$e,qe,je,Re,Se,Te,Ee]=i(["address","article","aside","footer","header","hgroup","main","nav","noscript","section"]),[Oe,Ae,Ce,Fe,Pe,Ue]=[1,2,3,4,5,6].map((e=>t("h"+e))),[_e,Ge,He,Ie,Me,Ne]=i(["table","tbody","tfoot","thead","tr","caption"]),Ve=t("td"),Xe=t("th"),[ze,Be]=i(["col","colgroup"]);e.abbr=M,e.address=ke,e.anchor=I,e.article=xe,e.aside=we,e.audio=fe,e.base=P,e.blockquote=o,e.body=ve,e.br=N,e.button=f,e.canvas=ce,e.caption=Ne,e.checkbox=b,e.cite=B,e.code=D,e.col=ze,e.colgroup=Be,e.data=V,e.datalist=de,e.dd=pe,e.defElement=t,e.defElements=i,e.del=ie,e.div=a,e.dl=se,e.dt=le,e.em=J,e.fieldset=h,e.figcaption=r,e.figure=n,e.footer=$e,e.form=u,e.h1=Oe,e.h2=Ae,e.h3=Ce,e.h4=Fe,e.h5=Pe,e.h6=Ue,e.head=C,e.header=qe,e.hgroup=je,e.hr=d,e.html=ye,e.i=K,e.iframe=c,e.img=ue,e.inputColor=y,e.inputFile=v,e.inputNumber=x,e.inputPass=k,e.inputRange=w,e.inputSearch=$,e.inputText=q,e.ins=oe,e.kbd=L,e.label=E,e.legend=m,e.li=ne,e.link=_,e.linkCSS=e=>_({href:e,rel:"stylesheet"}),e.main=Re,e.mark=Q,e.meta=U,e.metaReferrer=e=>U({name:"referrer",content:e}),e.metaRefresh=(e,t)=>U({"http-equiv":"refresh",content:t?`${e}; url=${t}`:String(e)}),e.metaRobots=e=>U({name:"robots",content:e}),e.metaUTF8=()=>U({charset:"utf-8"}),e.metaViewport=(e={})=>U({name:"viewport",content:[e.width&&`width=${e.width<0?"device-width":e.width}`,e.height&&`width=${e.height<0?"device-height":e.height}`,`initial-scale=${e.init||1}`,e.min&&`minimum-scale=${e.min}`,e.max&&`maximum-scale=${e.max}`,"user-scalable="+(!1!==e.user?"yes":"no"),null!=e.fit&&`viewport-fit=${e.fit}`].filter((e=>!!e)).join(",")}),e.metaXUA=()=>U({"http-equiv":"x-ua-compatible",content:"IE=edge"}),e.meter=O,e.nav=Se,e.noscript=Te,e.ol=ae,e.optGroup=S,e.option=R,e.para=s,e.picture=he,e.pre=l,e.progress=A,e.quote=X,e.radio=g,e.script=H,e.section=Ee,e.select=T,e.small=W,e.source=me,e.span=Y,e.strong=Z,e.style=G,e.sub=ee,e.sup=te,e.table=_e,e.tbody=Ge,e.td=Ve,e.template=p,e.textArea=j,e.tfoot=He,e.th=Xe,e.thead=Ie,e.time=z,e.title=F,e.tr=Me,e.track=ge,e.ul=re,e.video=be,Object.defineProperty(e,"__esModule",{value:!0})}));
{
"name": "@thi.ng/hiccup-html",
"version": "0.3.6",
"version": "0.3.7",
"description": "100+ type-checked HTML5 element functions for @thi.ng/hiccup related infrastructure",

@@ -41,13 +41,13 @@ "module": "./index.js",

"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@microsoft/api-extractor": "^7.9.11",
"@microsoft/api-extractor": "^7.12.0",
"@types/mocha": "^8.0.3",
"@types/node": "^14.6.1",
"mocha": "^8.1.2",
"mocha": "^8.2.1",
"nyc": "^15.1.0",
"ts-node": "^9.0.0",
"typedoc": "^0.18.0",
"typescript": "^4.0.2"
"typedoc": "^0.19.2",
"typescript": "^4.1.2"
},
"dependencies": {
"@thi.ng/api": "^6.13.1"
"@thi.ng/api": "^6.13.2"
},

@@ -60,2 +60,4 @@ "files": [

"keywords": [
"browser",
"component",
"dsl",

@@ -67,2 +69,3 @@ "fileformat",

"typescript",
"ui",
"wrapper"

@@ -84,3 +87,3 @@ ],

},
"gitHead": "130dff672b56f789205177c2243169d33d479948"
"gitHead": "3a89bdfa4c58983d5e005b3e9fb056b0351198fe"
}

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

Package sizes (gzipped, pre-treeshake): ESM: 1.44 KB / CJS: 1.85 KB / UMD: 1.75 KB
Package sizes (gzipped, pre-treeshake): ESM: 1.45 KB / CJS: 1.86 KB / UMD: 1.76 KB

@@ -186,0 +186,0 @@ ## Dependencies

Sorry, the diff of this file is not supported yet

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