Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@thi.ng/hdom

Package Overview
Dependencies
Maintainers
1
Versions
278
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/hdom - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

8

CHANGELOG.md

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

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

@@ -8,0 +16,0 @@ ## [2.2.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom@2.2.0...@thi.ng/hdom@2.2.1) (2018-03-16)

6

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

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

"devDependencies": {
"@thi.ng/atom": "^0.13.0",
"@thi.ng/atom": "^1.0.1",
"@types/mocha": "^2.2.48",

@@ -31,3 +31,3 @@ "@types/node": "^9.4.6",

"@thi.ng/diff": "^1.0.1",
"@thi.ng/hiccup": "^1.2.1",
"@thi.ng/hiccup": "^1.2.2",
"@thi.ng/iterators": "^4.0.7"

@@ -34,0 +34,0 @@ },

@@ -95,2 +95,14 @@ # @thi.ng/hdom

**New since 2018-03-15: You can now create a preconfigured app skeleton
using @thi.ng/atom, @thi.ng/hdom & @thi.ng/router using the
[create-hdom-app](https://github.com/thi-ng/create-hdom-app) project generator:**
```
yarn create hdom-app my-app
cd my-app
yarn install
yarn start
```
## Usage examples

@@ -97,0 +109,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