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
276
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.15 to 3.0.16

8

CHANGELOG.md

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

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

@@ -8,0 +16,0 @@ ## [3.0.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom@3.0.14...@thi.ng/hdom@3.0.15) (2018-05-09)

2

diff.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const equiv_1 = require("@thi.ng/api/equiv");
const equiv_1 = require("@thi.ng/equiv");
const isa = require("@thi.ng/checks/is-array");

@@ -5,0 +5,0 @@ const iss = require("@thi.ng/checks/is-string");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const error_1 = require("@thi.ng/api/error");
const errors_1 = require("@thi.ng/errors");
const impf = require("@thi.ng/checks/implements-function");

@@ -44,3 +44,3 @@ const isa = require("@thi.ng/checks/is-array");

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

@@ -47,0 +47,0 @@ // return orig if already normalized and satisfies key requirement

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

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

"devDependencies": {
"@thi.ng/atom": "^1.3.7",
"@thi.ng/atom": "^1.3.8",
"@types/mocha": "^5.2.0",

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

"dependencies": {
"@thi.ng/api": "^2.3.2",
"@thi.ng/diff": "^1.0.11",
"@thi.ng/hiccup": "^1.3.13",
"@thi.ng/iterators": "^4.1.10"
"@thi.ng/api": "^3.0.0",
"@thi.ng/checks": "^1.5.2",
"@thi.ng/diff": "^1.0.12",
"@thi.ng/equiv": "^0.1.0",
"@thi.ng/hiccup": "^1.3.14",
"@thi.ng/iterators": "^4.1.11"
},

@@ -42,4 +44,4 @@ "keywords": [

"typescript",
"ui",
"vdom"
"UI",
"VDOM"
],

@@ -46,0 +48,0 @@ "publishConfig": {

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