Socket
Socket
Sign inDemoInstall

hyperscript

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hyperscript - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

4

index.js

@@ -102,2 +102,6 @@ var split = require('browser-split')

function isText (el) {
return el && el.nodeName === '#text' && el.nodeType == 3
}
function forEach (arr, fn) {

@@ -104,0 +108,0 @@ if (arr.forEach) return arr.forEach(fn)

2

package.json
{
"name": "hyperscript",
"version": "1.1.1",
"version": "1.1.2",
"homepage": "https://github.com/dominictarr/hyperscript",

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

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