Socket
Socket
Sign inDemoInstall

hyperx

Package Overview
Dependencies
Maintainers
23
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hyperx - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

3

index.js

@@ -90,2 +90,5 @@ var attrToProp = require('hyperscript-attribute-to-property')

}
if (parts[i][0] === CLOSE) {
i--
}
break

@@ -92,0 +95,0 @@ }

2

package.json
{
"name": "hyperx",
"version": "2.3.0",
"version": "2.3.1",
"description": "tagged template string virtual dom builder",

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

@@ -66,1 +66,8 @@ var test = require('tape')

})
// https://github.com/choojs/hyperx/issues/55
test('unquoted key does not make void element eat adjacent elements', function (t) {
var tree = hx`<span><input type=text>sometext</span>`
t.equal(vdom.create(tree).toString(), '<span><input type="text" />sometext</span>')
t.end()
})
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