Socket
Socket
Sign inDemoInstall

@thi.ng/hdom

Package Overview
Dependencies
Maintainers
1
Versions
273
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 3.0.30 to 3.0.31

8

CHANGELOG.md

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

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

@@ -8,0 +16,0 @@ ## [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)

26

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

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

"devDependencies": {
"@thi.ng/atom": "^1.4.5",
"@types/mocha": "^5.2.0",
"@types/node": "^10.0.6",
"mocha": "^5.1.1",
"nyc": "^11.7.1",
"@thi.ng/atom": "^1.4.6",
"@types/mocha": "^5.2.5",
"@types/node": "^10.5.5",
"mocha": "^5.2.0",
"nyc": "^12.0.2",
"typedoc": "^0.11.1",
"typescript": "^2.8.3"
"typescript": "^3.0.1"
},
"dependencies": {
"@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"
"@thi.ng/api": "^4.0.6",
"@thi.ng/checks": "^1.5.7",
"@thi.ng/diff": "^1.0.21",
"@thi.ng/equiv": "^0.1.7",
"@thi.ng/hiccup": "^2.0.9",
"@thi.ng/iterators": "^4.1.20"
},

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

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

[Live demo](http://demo.thi.ng/umbrella/hdom-basics/) |
[Live demo](https://demo.thi.ng/umbrella/hdom-basics/) |
[standalone example](https://github.com/thi-ng/umbrella/tree/master/examples/hdom-basics)

@@ -465,3 +465,3 @@

[Source](https://github.com/thi-ng/umbrella/tree/master/examples/rstream-grid) |
[Live version](http://demo.thi.ng/umbrella/rstream-grid/)
[Live version](https://demo.thi.ng/umbrella/rstream-grid/)

@@ -471,3 +471,3 @@ ### Interactive additive waveform visualization

[Source](https://github.com/thi-ng/umbrella/tree/master/examples/svg-waveform) |
[Live version](http://demo.thi.ng/umbrella/svg-waveform/)
[Live version](https://demo.thi.ng/umbrella/svg-waveform/)

@@ -480,3 +480,3 @@ ### Dataflow graph SVG components

[Source](https://github.com/thi-ng/umbrella/tree/feature/estuary/packages/estuary) | [Live version](http://demo.thi.ng/umbrella/estuary/)
[Source](https://github.com/thi-ng/umbrella/tree/feature/estuary/packages/estuary) | [Live version](https://demo.thi.ng/umbrella/estuary/)

@@ -489,7 +489,7 @@ ### SPA with router and event bus

[Source](https://github.com/thi-ng/umbrella/tree/master/examples/router-basics) | [Live version](http://demo.thi.ng/umbrella/router-basics/)
[Source](https://github.com/thi-ng/umbrella/tree/master/examples/router-basics) | [Live version](https://demo.thi.ng/umbrella/router-basics/)
### Additive waveform synthesis & SVG visualization
[Source](https://github.com/thi-ng/umbrella/tree/master/examples/svg-waveform) | [Live version](http://demo.thi.ng/umbrella/svg-waveform/)
[Source](https://github.com/thi-ng/umbrella/tree/master/examples/svg-waveform) | [Live version](https://demo.thi.ng/umbrella/svg-waveform/)

@@ -500,7 +500,7 @@ ### Multiple apps with & without shared state

[Source](https://github.com/thi-ng/umbrella/tree/master/examples/devcards) | [Live version](http://demo.thi.ng/umbrella/devcards/)
[Source](https://github.com/thi-ng/umbrella/tree/master/examples/devcards) | [Live version](https://demo.thi.ng/umbrella/devcards/)
### Interceptor based event handling
[Source](https://github.com/thi-ng/umbrella/tree/master/examples/interceptor-basics) | [Live version](http://demo.thi.ng/umbrella/interceptor-basics/)
[Source](https://github.com/thi-ng/umbrella/tree/master/examples/interceptor-basics) | [Live version](https://demo.thi.ng/umbrella/interceptor-basics/)

@@ -511,15 +511,15 @@ ### Todo list

[Source](https://github.com/thi-ng/umbrella/tree/master/examples/todo-list) | [Live version](http://demo.thi.ng/umbrella/todo-list/)
[Source](https://github.com/thi-ng/umbrella/tree/master/examples/todo-list) | [Live version](https://demo.thi.ng/umbrella/todo-list/)
### Cellular automata
[Source](https://github.com/thi-ng/umbrella/tree/master/examples/cellular-automata) | [Live version](http://demo.thi.ng/umbrella/cellular-automata/)
[Source](https://github.com/thi-ng/umbrella/tree/master/examples/cellular-automata) | [Live version](https://demo.thi.ng/umbrella/cellular-automata/)
### SVG particles
[Source](https://github.com/thi-ng/umbrella/tree/master/examples/svg-particles) | [Live version](http://demo.thi.ng/umbrella/svg-particles/)
[Source](https://github.com/thi-ng/umbrella/tree/master/examples/svg-particles) | [Live version](https://demo.thi.ng/umbrella/svg-particles/)
### JSON based components
[Source](https://github.com/thi-ng/umbrella/tree/master/examples/json-components) | [Live version](http://demo.thi.ng/umbrella/json-components/)
[Source](https://github.com/thi-ng/umbrella/tree/master/examples/json-components) | [Live version](https://demo.thi.ng/umbrella/json-components/)

@@ -530,3 +530,3 @@ ### @thi.ng/rstream dataflow graph

[Source](https://github.com/thi-ng/umbrella/tree/master/examples/rstream-dataflow) | [Live version](http://demo.thi.ng/umbrella/rstream-dataflow)
[Source](https://github.com/thi-ng/umbrella/tree/master/examples/rstream-dataflow) | [Live version](https://demo.thi.ng/umbrella/rstream-dataflow)

@@ -537,3 +537,3 @@ ### Basic usage patterns

[Source](https://github.com/thi-ng/umbrella/tree/master/examples/dashboard) | [Live version](http://demo.thi.ng/umbrella/dashboard/)
[Source](https://github.com/thi-ng/umbrella/tree/master/examples/dashboard) | [Live version](https://demo.thi.ng/umbrella/dashboard/)

@@ -545,3 +545,3 @@ ### Benchmark

[Live version](http://demo.thi.ng/umbrella/hdom-benchmark/)
[Live version](https://demo.thi.ng/umbrella/hdom-benchmark/)

@@ -548,0 +548,0 @@ Based on [user feedback collected via

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