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.3 to 0.3.4

8

CHANGELOG.md

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

## [0.3.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-html@0.3.3...@thi.ng/hiccup-html@0.3.4) (2020-08-28)
**Note:** Version bump only for package @thi.ng/hiccup-html
## [0.3.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-html@0.3.2...@thi.ng/hiccup-html@0.3.3) (2020-08-17)

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

6

def.d.ts

@@ -17,3 +17,7 @@ import type { Nullable } from "@thi.ng/api";

(attribs?: Nullable<T>, ...body: B[]): [string, Nullable<T>, ...B[]];
(emmet: string, attribs?: Nullable<T>, ...body: B[]): [string, Nullable<T>, ...B[]];
(emmet: string, attribs?: Nullable<T>, ...body: B[]): [
string,
Nullable<T>,
...B[]
];
}

@@ -20,0 +24,0 @@ /**

18

package.json
{
"name": "@thi.ng/hiccup-html",
"version": "0.3.3",
"version": "0.3.4",
"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.2",
"@types/mocha": "^8.0.0",
"@types/node": "^14.0.26",
"mocha": "^8.1.1",
"@microsoft/api-extractor": "^7.9.11",
"@types/mocha": "^8.0.3",
"@types/node": "^14.6.1",
"mocha": "^8.1.2",
"nyc": "^15.1.0",
"ts-node": "^8.10.1",
"ts-node": "^9.0.0",
"typedoc": "^0.18.0",
"typescript": "^3.9.7"
"typescript": "^4.0.2"
},
"dependencies": {
"@thi.ng/api": "^6.12.2"
"@thi.ng/api": "^6.12.3"
},

@@ -82,3 +82,3 @@ "files": [

},
"gitHead": "44824f17050b412d635b576bf5f9b2136dac9554"
"gitHead": "3a55c0df86c5be9c56a1e1a4c0cfcaa2809a160a"
}
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