Socket
Socket
Sign inDemoInstall

@thi.ng/hiccup

Package Overview
Dependencies
Maintainers
1
Versions
254
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/hiccup - npm Package Compare versions

Comparing version 1.3.3 to 1.3.4

8

CHANGELOG.md

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

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

@@ -8,0 +16,0 @@ ## [1.3.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup@1.3.2...@thi.ng/hiccup@1.3.3) (2018-04-04)

8

package.json
{
"name": "@thi.ng/hiccup",
"version": "1.3.3",
"version": "1.3.4",
"description": "HTML/SVG/XML serialization of nested data structures, iterables & closures",

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

"devDependencies": {
"@thi.ng/atom": "^1.2.3",
"@thi.ng/atom": "^1.2.4",
"@types/mocha": "^5.0.0",

@@ -29,4 +29,4 @@ "@types/node": "^9.6.1",

"dependencies": {
"@thi.ng/api": "^2.1.3",
"@thi.ng/checks": "^1.3.2"
"@thi.ng/api": "^2.2.0",
"@thi.ng/checks": "^1.4.0"
},

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

@@ -171,3 +171,3 @@ "use strict";

const att = tag[1];
if (is_plain_object_1.isPlainObject(att) && !implements_function_1.implementsFunction(att, "deref")) {
if (is_plain_object_1.isPlainObject(att)) {
Object.assign(attribs, att);

@@ -174,0 +174,0 @@ i++;

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