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.1.0 to 1.1.1

1

api.d.ts
export declare const SVG_NS = "http://www.w3.org/2000/svg";
export declare const XLINK_NS = "http://www.w3.org/1999/xlink";
export declare const TAG_REGEXP: RegExp;

@@ -3,0 +4,0 @@ export declare const SVG_TAGS: {};

3

api.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SVG_NS = "http://www.w3.org/2000/svg";
exports.XLINK_NS = "http://www.w3.org/1999/xlink";
exports.TAG_REGEXP = /^([^\s\.#]+)(?:#([^\s\.#]+))?(?:\.([^\s#]+))?$/;

@@ -10,3 +11,3 @@ // tslint:disable-next-line

// tslint:disable-next-line
exports.VOID_TAGS = "area base br col command embed hr img input keygen link meta param source track wbr circle ellipse line path polygon polyline rect stop"
exports.VOID_TAGS = "area base br circle col command ellipse embed hr img input keygen line link meta param path polygon polyline rect source stop track use wbr"
.split(" ")

@@ -13,0 +14,0 @@ .reduce((acc, x) => (acc[x] = 1, acc), {});

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

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

@@ -8,0 +16,0 @@ # [1.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup@1.0.2...@thi.ng/hiccup@1.1.0) (2018-02-24)

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

@@ -5,0 +5,0 @@ "main": "./index.js",

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