Socket
Socket
Sign inDemoInstall

hyperx

Package Overview
Dependencies
Maintainers
24
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.2 to 2.3.3

test/attr_to_prop.js

2

index.js

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

reg += c
} else if (state === OPEN && c === '/' && reg.length) {
// no-op, self closing tag without a space <br/>
} else if (state === OPEN && /\s/.test(c)) {

@@ -177,0 +179,0 @@ res.push([OPEN, reg])

2

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

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

Sorry, the diff of this file is not supported yet

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