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.3 to 0.0.4

3

index.js

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

if (!active) return
this.emit('select', active.innerText)
var dataID = active.getAttribute('data-id')
this.emit('select', dataID ? dataID : active.innerText)
}

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

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

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

Sorry, the diff of this file is not supported yet

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