Socket
Socket
Sign inDemoInstall

toolbar

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

toolbar - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

4

index.js

@@ -175,3 +175,5 @@ var keymaster = require('./lib/keymaster.js')

this.addClass(selected, 'active')
this.emit('select', this.el.querySelector('.active .tab-label').innerText)
var active = this.el.querySelector('.active .tab-label')
if (!active) return
this.emit('select', active.innerText)
}

@@ -6,3 +6,3 @@ {

"repository": {"type": "git", "url": "git@github.com:maxogden/toolbar.git"},
"version": "0.0.1",
"version": "0.0.2",
"dependencies": {

@@ -9,0 +9,0 @@ "inherits": "1.0.0"

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