Socket
Socket
Sign inDemoInstall

hi-xml2html

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hi-xml2html - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

build/tags/jsx.js

@@ -35,2 +35,4 @@ "use strict";

key = utils_1.convertColon(key);
if (key === 'key')
key = 'xmlKey';
return ` ${key}="${value}"`;

@@ -37,0 +39,0 @@ })

@@ -0,1 +1,4 @@

### v2.0.1 (2017/5/4 11:47)
* Rename JSX key-attribute
### v2.0.0 (2017/4/28 16:50)

@@ -2,0 +5,0 @@ * Refactor

2

package.json
{
"name": "hi-xml2html",
"version": "2.0.0",
"version": "2.0.1",
"description": "",

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

@@ -43,5 +43,4 @@ import {convertColon, formatTagName} from "../utils";

// Rename the key if necessary
// key = key.replace(':', '-');
key = convertColon(key);
if (key === 'key') key = 'xmlKey';

@@ -48,0 +47,0 @@ return ` ${key}="${value}"`

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