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 2.0.0 to 2.0.1

4

index.js

@@ -5,4 +5,4 @@ var split = require('browser-split')

var document = htmlElement.document;
var Text = htmlElement.Text;
var document = htmlElement.document || window.document;
var Text = htmlElement.Text || window.Text;

@@ -9,0 +9,0 @@ function context () {

{
"name": "hyperscript",
"version": "2.0.0",
"version": "2.0.1",
"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