Socket
Socket
Sign inDemoInstall

@thi.ng/hdom

Package Overview
Dependencies
13
Maintainers
1
Versions
262
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.29 to 3.0.30

8

CHANGELOG.md

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

<a name="3.0.30"></a>
## [3.0.30](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom@3.0.29...@thi.ng/hdom@3.0.30) (2018-07-20)
**Note:** Version bump only for package @thi.ng/hdom
<a name="3.0.29"></a>

@@ -8,0 +16,0 @@ ## [3.0.29](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom@3.0.28...@thi.ng/hdom@3.0.29) (2018-07-11)

16

package.json
{
"name": "@thi.ng/hdom",
"version": "3.0.29",
"version": "3.0.30",
"description": "Lightweight vanilla ES6 UI component & virtual DOM system",

@@ -23,3 +23,3 @@ "main": "./index.js",

"devDependencies": {
"@thi.ng/atom": "^1.4.4",
"@thi.ng/atom": "^1.4.5",
"@types/mocha": "^5.2.0",

@@ -33,8 +33,8 @@ "@types/node": "^10.0.6",

"dependencies": {
"@thi.ng/api": "^4.0.4",
"@thi.ng/checks": "^1.5.5",
"@thi.ng/diff": "^1.0.19",
"@thi.ng/equiv": "^0.1.5",
"@thi.ng/hiccup": "^2.0.7",
"@thi.ng/iterators": "^4.1.18"
"@thi.ng/api": "^4.0.5",
"@thi.ng/checks": "^1.5.6",
"@thi.ng/diff": "^1.0.20",
"@thi.ng/equiv": "^0.1.6",
"@thi.ng/hiccup": "^2.0.8",
"@thi.ng/iterators": "^4.1.19"
},

@@ -41,0 +41,0 @@ "keywords": [

@@ -79,3 +79,3 @@ # @thi.ng/hdom

```typescript
```ts
import * as hdom from "@thi.ng/hdom";

@@ -172,6 +172,5 @@

## Installation
```
```bash
yarn add @thi.ng/hdom

@@ -185,3 +184,3 @@ ```

```
```bash
yarn create hdom-app my-app

@@ -188,0 +187,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc