Socket
Socket
Sign inDemoInstall

@thi.ng/hdom

Package Overview
Dependencies
4
Maintainers
1
Versions
264
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.5 to 2.3.1

19

CHANGELOG.md

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

<a name="2.3.1"></a>
## [2.3.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom@2.3.0...@thi.ng/hdom@2.3.1) (2018-03-28)
**Note:** Version bump only for package @thi.ng/hdom
<a name="2.3.0"></a>
# [2.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom@2.2.5...@thi.ng/hdom@2.3.0) (2018-03-21)
### Features
* **hdom:** update error handling, add [@thi](https://github.com/thi).ng/api dep ([f5173f1](https://github.com/thi-ng/umbrella/commit/f5173f1))
<a name="2.2.5"></a>

@@ -8,0 +27,0 @@ ## [2.2.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom@2.2.4...@thi.ng/hdom@2.2.5) (2018-03-18)

3

normalize.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const error_1 = require("@thi.ng/api/error");
const is_array_1 = require("@thi.ng/checks/is-array");

@@ -15,3 +16,3 @@ const implements_function_1 = require("@thi.ng/checks/implements-function");

if (!is_string_1.isString(tag) || !(match = api_1.TAG_REGEXP.exec(tag))) {
throw new Error(`${tag} is not a valid tag name`);
error_1.illegalArgs(`${tag} is not a valid tag name`);
}

@@ -18,0 +19,0 @@ // return orig if already normalized and satifies key requirement

{
"name": "@thi.ng/hdom",
"version": "2.2.5",
"version": "2.3.1",
"description": "Lightweight vanilla ES6 UI component & virtual DOM system",

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

"devDependencies": {
"@thi.ng/atom": "^1.1.0",
"@thi.ng/atom": "^1.2.1",
"@types/mocha": "^2.2.48",
"@types/node": "^9.4.6",
"mocha": "^5.0.0",
"nyc": "^11.4.1",
"ts-loader": "^3.5.0",

@@ -30,5 +31,6 @@ "typedoc": "^0.10.0",

"dependencies": {
"@thi.ng/diff": "^1.0.1",
"@thi.ng/hiccup": "^1.2.5",
"@thi.ng/iterators": "^4.0.7"
"@thi.ng/api": "^2.1.1",
"@thi.ng/diff": "^1.0.3",
"@thi.ng/hiccup": "^1.3.1",
"@thi.ng/iterators": "^4.1.1"
},

@@ -35,0 +37,0 @@ "keywords": [

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