Socket
Socket
Sign inDemoInstall

hyperscript

Package Overview
Dependencies
7
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

2

index.js

@@ -99,3 +99,3 @@ var split = require('browser-split')

function isNode (el) {
return el.nodeName && el.nodeType
return el && el.nodeName && el.nodeType
}

@@ -102,0 +102,0 @@

{
"name": "hyperscript",
"version": "1.1.0",
"version": "1.1.1",
"homepage": "https://github.com/dominictarr/hyperscript",

@@ -5,0 +5,0 @@ "repository": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc