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

@thi.ng/hiccup

Package Overview
Dependencies
Maintainers
1
Versions
260
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 2.7.1 to 2.7.2

8

CHANGELOG.md

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

## [2.7.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup@2.7.1...@thi.ng/hiccup@2.7.2) (2018-12-20)
**Note:** Version bump only for package @thi.ng/hiccup
## [2.7.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup@2.7.0...@thi.ng/hiccup@2.7.1) (2018-12-15)

@@ -8,0 +16,0 @@

4

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

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

},
"gitHead": "159ce8f6b1d2dad1e12f2ba3f4f7b60d1623acee"
"gitHead": "f44070e47befd2de4303df7ce375ba4f8134b794"
}

@@ -110,1 +110,2 @@ /**

export declare const serialize: (tree: any, ctx?: any, escape?: boolean, span?: boolean, keys?: boolean, path?: number[]) => any;
export declare const normalize: (tag: any[]) => any[];

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

}
tree = normalize(tree);
tree = exports.normalize(tree);
tag = tree[0];

@@ -224,3 +224,3 @@ const attribs = tree[1];

};
const normalize = (tag) => {
exports.normalize = (tag) => {
let el = tag[0];

@@ -227,0 +227,0 @@ let match, id, clazz;

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