Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hypertabs

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hypertabs - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

4

index.js

@@ -29,2 +29,3 @@ var h = require('hyperscript')

d.selected = selection = sel
if(onSelect) onSelect(selection)
return sel

@@ -34,3 +35,3 @@ }

var d = h('div.hypertabs.column', Menu(content, function () {
getSelection() && onSelect && onSelect(selection)
getSelection()
}), h('div.column', content))

@@ -97,1 +98,2 @@

{
"name": "hypertabs",
"description": "tabbed interface with hyperscript",
"version": "2.2.0",
"version": "2.2.1",
"homepage": "https://github.com/dominictarr/hypertabs",

@@ -6,0 +6,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